UE 5.3.1 Compile Failed

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.

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.

  • don’t forget to add everything after the bat file to the cmd btw to specify cuze running the bat file alone will do absolutely nothing HAHA