...
In a command prompt window, execute:
Code Block GenerateProjectFiles.bat cd Engine\Source\ThirdParty\Enlighten BuildAndInstallEnlighten.bat
This scripts returns an exit code of zero if the build succeeded. Otherwise, an error is printed in the console output.
Tip When you run GenerateProjectFiles.bat, Engine\Source\ThirdParty\Enlighten\EnlightenBuildConfig.xml is generated for the installed platform SDK versions detected by UnrealBuildTool.
If you build Enlighten UE4 with Visual Studio 2019, Enlighten libraries are compiled with the MSVC 14v14.21 29 toolset. Install the Visual Studio component which includes the MSVC 14.21 29 compiler.
If you build Enlighten UE4 with Visual Studio 2017, Enlighten libraries are compiled with the MSVC v14.16 toolset. Install the Visual Studio component which includes the MSVC 14.16 compiler.
Note To build Enlighten, you must install the June 2010 DirectX SDK
- Build the UE4 editor or game using UnrealBuildTool.
...