GenerateProjectFiles.bat

Windows 10
Visual Studio 2019
Game Development with C++
Unreal Engine Installer
Nuget Package Manager

When I ran “GenerateProjectFiles.bat”, it showed

Setting up Unreal Engine 4 project files…
No Visual C++ installation was found. Please download and install Visual Studio 2015 with C++ components.
Binding IntelliSense data… 100%
Writing project files… 0%
UnrealBuildTool Exception: ERROR: Visual Studio 2015 must be installed in order to build this target.

GenerateProjectFiles ERROR: UnrealBuildTool was unable to generate project files.

You need to install Visual Studio 2015 including the Windows 10 SDK before running the GenerateProjectFiles.bat file.

Looks like you don’t have Visual Studio installed. For UE 4.22, you can use the latest version of Visual Studio, which is 2019.

If building from github sources, make sure to follow the setup instructions here.

There is also a UE4 Visual Studio Setup guide that has useful information.

Thank you. I have installed Visual Studio 2019.

Indeed I followed “readme .md” in Github, then the problem I mentioned before occurred.