개발이슈, 버그모음/UE5

[UE5] No valid Visual C++ toolchain was found

유잉유잉유잉 2025. 4. 9. 00:01
728x90

 

 

언리얼 5.4.4버전

프로젝트 실행시 나온 c++ toolChain 못찾았다는 에러 

더보기

Running C:/Program Files/Epic Games/UE_5.5/Engine/Build/BatchFiles/Build.bat  -projectfiles -project="E:/~.uproject" -game -rocket -progress
Using bundled DotNet SDK version: 8.0.300
Running UnrealBuildTool: dotnet "..\..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll" -projectfiles -project="E:/~.uproject" -game -rocket -progress
Log file: C:\Users\~\AppData\Local\UnrealBuildTool\Log_GPF.txt

Generating VisualStudio project files:
Discovering modules, targets and source code for project...
No valid Visual C++ toolchain was found (minimum version 14.38.33130, preferred version 14.38.33130). Please download and install Visual Studio 2022 17.8 or later and verify that the "MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.38-17.8)" component is selected in the Visual Studio 2022 installation options.
Total execution time: 0.92 seconds
Visual Studio 2022 x64 must be installed in order to build this target.

 

확인해보니 데스크탑에 설치된 visual studio 버전이 17.4.3이었고

위에서 요청한 버전은 17.8버전이다 

MSVC v143 빌드도구 맞는 버전으로 대신하려 했더니 14.38-17.8은 안뜸 🥲

 

Visual Studio를 17.13.5로 업데이트하니 

언리얼 프로젝트가 정상적으로 생성되었다. 

728x90