I created a project in C++, on the Unreal Engine 5 version.3.1. Visual Studio 2022, which was needed. I’m creating a project, and here it is:
I hope for your help.
I created a project in C++, on the Unreal Engine 5 version.3.1. Visual Studio 2022, which was needed. I’m creating a project, and here it is:
Have you tried compiling/building it via the command prompt? For some odd reason I did that for one of my project and it gave me the exact info i needed to fix my problem.
If you check, you’re using the Build.bat at the very first line, try to run that (or go to the root of the bat file and run it) and see if you get a different error just out of curiosity.