No finding GenerateProjectFiles.bat in root dir

The documentation say:

Run the GenerateProjectFiles.bat batch file located in the root directory.

All of the project files and even the UE4 solution are intermediate files - located in [UE4Root]\Engine\Intermediate\ProjectFiles. You must generate them each time you sync a new build to ensure they exist and are up to date. This also means if you delete your Intermediate folder, you must regenerate the project files using the above-mentioned batch file.

Did I miss something? The “GenerateProjectFiles.bat” is nowhere to be found in the root directory.

Thanks

I’m not exactly sure which doc you are looking at but if you followed the steps for downloading the source from GitHub, the GenerateProjectFiles.bat should be located in the root of the folder you downloaded the src to.

I’m also having trouble locating the GenerateProjectFiles.bat, but I didn’t get UE through Git Hub, I installed all the files through the Epic Games Launcher.

Hey Brylonian-

The GenerateProjectFiles.bat file is used to create the .sln for a source engine from GitHub. If you used the Launcher to install a binary version of the engine then you won’t have a GenerateProjectFiles.bat.