728x90
반응형
5.3을 설치해서 사용하려고 하는데 이런 오류가 떴다.
Generating VisualStudio project files:
Discovering modules, targets and source code for project...
WARNING: UnrealBuildTool has banned the MSVC 14.30.0-14.33.99999 toolchains due to compiler issues. Please install a different toolchain such as 14.36.32532 by opening the generated solution and installing recommended components or from the Visual Studio installer.
Microsoft platform targets must be compiled with Visual Studio 2022 17.4 (MSVC 14.34.x) or later for the installed engine. Please update Visual Studio 2022 and ensure no configuration is forcing WindowsTargetRules.Compiler to VisualStudio2019. The current compiler version was detected as: 14.32.31332
https://forums.unrealengine.com/t/unrealbuildtool-has-banned-the-msvc-toolchain/556715
UnrealBuildTool has banned the MSVC toolchain
I have both Visual Studio 2019 and 2022 installed. Building engine from source, UnrealBuildTool selected MSVC Toolchain 14.29.30133 (the latest that comes with 2019) and built fine. When attempting to generate project files for a project (which is associat
forums.unrealengine.com
여기를 참고했고 나의 경우에는 다른 버전의 toolchain을 설치해도 제대로 되지 않아서 VS2022를 지웠다 설치하여 해결하였다.
(이전 툴체인 버전을 지워야 하는건가??)
최신 버전으로 다시 설치했고, 삭제 전에는 다른 버전들도 깔려있었다.
728x90
반응형
'Unreal > Debug' 카테고리의 다른 글
[UE5] 언리얼엔진 5 UserWidget 에러 (0) | 2024.04.25 |
---|---|
[UE5/언리얼엔진5] 벡터의 뺄셈과 덧셈 / 액터의 바닥 위치 구하기 (1) | 2024.02.29 |
[UE5/언리얼 엔진5] 함수에서 참조되는 확인할 수 없는 외부 기호 / 델리게이트 오류 (0) | 2023.07.07 |
[UE5/언리얼 엔진5] GroomComponent를 사용할 때 Niagara 에러 (0) | 2023.04.20 |
[UE5/언리얼엔진5] 인텔리센스 작동 안 함 / UBT_COMPILED_PLATFORMCriticalSection.h (0) | 2023.04.20 |