I found the solution for your problem… It happened to me as well… Engine/Source/Programs/UnrealBuildTool/Platform/Windows/VCToolChain.cs Add the following line in line 486: Arguments.Add("/wd4800"); // 4800: Implicit conversion from ‘type’ to bool. Possible information loss