I can't create a new project

Running C:/Program Files/Epic Games/UE_5.4/Engine/Build/BatchFiles/Build.bat Development Win64 -Project=“C:/Unreal Projects/New/New.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Using bundled DotNet SDK version: 6.0.302
Running UnrealBuildTool: dotnet “……\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” Development Win64 -Project=“C:/Unreal Projects/New/New.uproject” -TargetType=Editor -Progress -NoEngineChanges -NoHotReloadFromIDE
Log file: C:\Users\kangh\AppData\Local\UnrealBuildTool\Log.txt
Visual Studio 2022 is installed, but is missing the C++ toolchain. Please verify that the “MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest)” component is selected in the Visual Studio 2022 installation options.
Total execution time: 0.47 seconds
UnrealBuildTool has banned the MSVC 14.39.33519-14.39.99999 toolchains due to compiler issues. Please install a different toolchain such as 14.38.33130 by opening the generated solution and installing recommended components or from the Visual Studio installer.

I followed this: 언리얼 엔진에서 C++ 프로젝트용 Visual Studio 개발 환경 구성하기 | 언리얼 엔진 5.4 문서 | Epic Developer Community

It tells you what to do :).

  • So, in your windows search, type Visual Studio. Select Visual Studio Installer from the search results.

image

  • Open it.

  • Select Visual Studio from the list, and click Modify button

  • LSelect Game Development with C++

And take a look at the picture bellow. Install this.

Thank you for your reply. But I already installed that…

Maybe then you just need to restart your PC. When I reinstalled my OS, I followed this tutorial, and all was working fine. So you probably missed some step. I would suggest to double check if every component is installed

Dont forget to select UE version at top left corner.

I think I have all. FYI, ‘c++ 프로파일링 도구’ is C++ profiling tools and ‘Unreal Engine 설치 관리자’ is Unreal Engine installer.

Go to the individual components tab of the installer.

There are many versions of MSVC. Just because you have it installed does not mean you have the correct & up to date version.

THANK YOU SO MUCH!! Have a good day :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.