Cant create new c++ project

When I try to create a new c++ project from the launcher, I get this error:

An error occurred while trying to generate project files.

Running C:/Program Files/Epic Games/UE_5.4/Engine/Build/BatchFiles/Build.bat -projectfiles -project=“C:/Users/Ryan Childers/Documents/Unreal Projects/MyProject2/MyProject2.uproject” -game -rocket -progress
Using bundled DotNet SDK version: 6.0.302
Running UnrealBuildTool: dotnet “…..\Engine\Binaries\DotNET\UnrealBuildTool\UnrealBuildTool.dll” -projectfiles -project=“C:/Users/Ryan Childers/Documents/Unreal Projects/MyProject2/MyProject2.uproject” -game -rocket -progress
Log file: C:\Users\Ryan Childers\AppData\Local\UnrealBuildTool\Log_GPF.txt

Generating VisualStudio project files:
Discovering modules, targets and source code for project…
Available x64 toolchains (2):

  • C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130
    (Family=14.38.33130, FamilyRank=0, Version=14.38.33138, Is64Bit=True, ReleaseChannel=Latest, Architecture=x64)
  • C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807
    (Family=14.40.33807, FamilyRank=5, Version=14.40.33808, Is64Bit=True, ReleaseChannel=Latest, Architecture=x64)
    Total execution time: 4.81 seconds
    Unable to find valid 14.30.30705 C++ toolchain for VisualStudio2022 x64

I can’t find the toolchain on the list. Ive installed the recoommened toolchain and it still does not work.

Well here are some of the few options since I dont really dabble with c++
the first one is making sure your gpu is able to handle it, such as anywhere from 1080+
second thing is making sure your drivers are updated of course.
third thing is going into the project files and checking if there are any files with the same name and deleting them.
fourth thing you could do is make sure your program/software your editing with is up to date if your using a external software such as visual stuido to amend code and or change things.
fifth thing you can do is create a normal project and convert it to a c++ type to see if theres an issue with that.
sixth thing you can do is boot another pc with the c++ files on it and transfer them to your current pc and see if there is issues,
and lastly i would just reinstall the entire unreal folder with a back up on a usb in case you have important files on the current version.
Also another bit of info is are you using a version control such as git hub, git labs, or any other thing like helix core?
Theres a lot of variables to what could be wrong.

1 Like

Thank you for your reply. I have reinstalled the programs several times but i believe the issue lies in my outdated system. Im using a busted up mac 2015 running BootCamp. The GPU cant be updated and unreal engine encounters many errors I’ve never seen before. I will acknowledge that development with unreal is just not possible at this time. Thank you for your help.

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