When I try to create a c++ project i get the message
The project could not be compiled. Would you like to open it in Visual Studio?
Running C:/Program Files (x86)/Epic Games/4.10/Engine/Binaries/DotNET/UnrealBuildTool.exe cpp_4101 Development Win64 -project=“C:/Users/Hayden/Documents/Unreal Projects/cpp_4101/cpp_4101.uproject” -rocket -editorrecompile -progress -noubtmakefiles -2015
@progress push 5%
Parsing headers for cpp_4101Editor
Running UnrealHeaderTool “C:/Users/Hayden/Documents/Unreal Projects/cpp_4101/cpp_4101.uproject” “C:\Users\Hayden\Documents\Unreal Projects\cpp_4101\Intermediate\Build\Win64\cpp_4101Editor\Development\UnrealHeaderTool.manifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -rocket -installed
Reflection code generated for cpp_4101Editor in 4.9577675 seconds
@progress pop
Performing 7 actions (4 in parallel)
[3/7] Resource ModuleVersionResource.rc.inl
[2/7] Resource PCLaunch.rc
PCH.cpp_4101.h.cpp
cpp_4101.cpp
cpp_4101.generated.cpp
cpp_4101GameMode.cpp
C:\Users\Hayden\Documents\Unreal Projects\cpp_4101\Source\cpp_4101\cpp_4101.cpp: error C4599: ‘/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE’: command line argument number 228 does not match precompiled header
C:\Users\Hayden\Documents\Unreal Projects\cpp_4101\Source\cpp_4101\cpp_4101GameMode.cpp: error C4599: ‘/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE’: command line argument number 228 does not match precompiled header
C:\Users\Hayden\Documents\Unreal Projects\cpp_4101\Intermediate\Build\Win64\UE4Editor\Inc\cpp_4101\cpp_4101.generated.cpp: error C4599: ‘/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE’: command line argument number 228 does not match precompiled header
-------- End Detailed Actions Stats -----------------------------------------------------------
ERROR: UBT ERROR: Failed to produce item: C:\Users\Hayden\Documents\Unreal Projects\cpp_4101\Binaries\Win64\UE4Editor-cpp_4101.dll
Total build time: 57.75 seconds
I can create blueprint projects fine, and I have VS 15 with c++. Please help