Search code examples
visual-studioprojectunreal-engine4unreal-engine5

Can't create UE5 C++ Project


I tried creating c++ project on ue5 but it gave me this error:

Unreal Engine 5 Project Error Img

Creating a c++ project in ue4 works fine, I can also create ue5 project but in blueprints only.

How do I fix this error so I can create an ue5 c++ project?


Solution

  • Update: I installed the .NET Core 3.1 SDK x64 and was able to create a UE5 C++ game project.
    ---> Found the solution in the UE Forums.