I just installed 4.12.4
As soon as I generate a new C++ sample of any kind and try to run it I get the following error message;
------------------------ Message Body from Unreal 4,12,4 -----------------------------------------------------------------
The project could not be compiled. Would you like to open it in Visual Studio?
Running E:/Program Files (x86)/Epic Games/4.12/Engine/Binaries/DotNET/UnrealBuildTool.exe MyProject6 Development Win64 -project="e:/Users//Documents/Unreal Projects/MyProject6/MyProject6.uproject" -editorrecompile -progress -noubtmakefiles -NoHotReloadFromIDE
@progress push 5%
Parsing headers for MyProject6Editor
Running UnrealHeaderTool "e:\Users\\Documents\Unreal Projects\MyProject6\MyProject6.uproject" "e:\Users\\Documents\Unreal Projects\MyProject6\Intermediate\Build\Win64\MyProject6Editor\Development\MyProject6Editor.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -installed
Reflection code generated for MyProject6Editor in 3.6527606 seconds
@progress pop
Performing 11 actions (4 in parallel)
[3/11] Resource ModuleVersionResource.rc.inl
[2/11] Resource PCLaunch.rc
PCH.MyProject6.h.cpp
MyProject6Pawn.cpp
MyProject6.generated.cpp
MyProject6GameMode.cpp
MyProject6Hud.cpp
e:\Users\\Documents\Unreal Projects\MyProject6\Source\MyProject6\MyProject6Pawn.cpp: error C4599: '/ID:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 261 does not match precompiled header
e:\Users\\Documents\Unreal Projects\MyProject6\Intermediate\Build\Win64\UE4Editor\Inc\MyProject6\MyProject6.generated.cpp: error C4599: '/ID:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 261 does not match precompiled header
e:\Users\\Documents\Unreal Projects\MyProject6\Source\MyProject6\MyProject6GameMode.cpp: error C4599: '/ID:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 261 does not match precompiled header
e:\Users\\Documents\Unreal Projects\MyProject6\Source\MyProject6\MyProject6Hud.cpp: error C4599: '/ID:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 261 does not match precompiled header
MyProject6WheelFront.cpp
MyProject6WheelRear.cpp
e:\Users\\Documents\Unreal Projects\MyProject6\Source\MyProject6\MyProject6WheelRear.cpp: error C4599: '/ID:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 261 does not match precompiled header
e:\Users\\Documents\Unreal Projects\MyProject6\Source\MyProject6\MyProject6WheelFront.cpp: error C4599: '/ID:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 261 does not match precompiled header
MyProject6.cpp
e:\Users\\Documents\Unreal Projects\MyProject6\Source\MyProject6\MyProject6.cpp: error C4599: '/ID:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 261 does not match precompiled header
ERROR: UBT ERROR: Failed to produce item: e:\Users\\Documents\Unreal Projects\MyProject6\Binaries\Win64\UE4Editor-MyProject6.dll
Total build time: 38.38 seconds
______________________________________________________________________________________
I tried compiling the .sln file with VS2015 and I get pre-compiled header file error message.
Please help me.
Thanks,