Why wont it load a basic puzzle builder in C++

Hi there,

I am currently starting to learn coding with C++ in Visual Studio and have just moved onto UE4. I am trying to load up a basic C++ puzzle module however I get this error:

The project could not be compiled. Would you like to open it in Visual Studio?

Running C:/Program Files (x86)/Epic Games/4.12/Engine/Binaries/DotNET/UnrealBuildTool.exe MyProject3 Development Win64 -project=“C:/Users/Kena/Documents/Unreal Projects/MyProject3/MyProject3.uproject” -editorrecompile -progress -noubtmakefiles -NoHotReloadFromIDE
@progress push 5%
Parsing headers for MyProject3Editor
Running UnrealHeaderTool “C:\Users\Kena\Documents\Unreal Projects\MyProject3\MyProject3.uproject” “C:\Users\Kena\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\MyProject3Editor\Development\MyProject3Editor.uhtmanifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -Unattended -WarningsAsErrors -installed
Reflection code generated for MyProject3Editor in 2.8396855 seconds
@progress pop
Performing 10 actions (4 in parallel)
[2/10] Resource PCLaunch.rc
[3/10] Resource ModuleVersionResource.rc.inl
PCH.MyProject3.h.cpp
MyProject3.generated.cpp
MyProject3Block.cpp
C:\Users\Kena\Documents\Unreal Projects\MyProject3\Intermediate\Build\Win64\UE4Editor\Inc\MyProject3\MyProject3.generated.cpp: error C4599: ‘/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE’: command line argument number 261 does not match precompiled header
C:\Users\Kena\Documents\Unreal Projects\MyProject3\Source\MyProject3\MyProject3Block.cpp: error C4599: ‘/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE’: command line argument number 261 does not match precompiled header
MyProject3BlockGrid.cpp
MyProject3GameMode.cpp
C:\Users\Kena\Documents\Unreal Projects\MyProject3\Source\MyProject3\MyProject3BlockGrid.cpp: error C4599: ‘/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE’: command line argument number 261 does not match precompiled header
C:\Users\Kena\Documents\Unreal Projects\MyProject3\Source\MyProject3\MyProject3GameMode.cpp: error C4599: ‘/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE’: command line argument number 261 does not match precompiled header
MyProject3PlayerController.cpp
MyProject3.cpp
C:\Users\Kena\Documents\Unreal Projects\MyProject3\Source\MyProject3\MyProject3PlayerController.cpp: error C4599: ‘/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE’: command line argument number 261 does not match precompiled header
C:\Users\Kena\Documents\Unreal Projects\MyProject3\Source\MyProject3\MyProject3.cpp: error C4599: ‘/IC:\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: C:\Users\Kena\Documents\Unreal Projects\MyProject3\Binaries\Win64\UE4Editor-MyProject3.dll
Total build time: 25.06 seconds

When I try to load it through Visual studio, it won’t load either, saying I have to rebuild the module manually. In Visual editor it states “the following module is missing: UE4Editor-MyProject3.dll”

Am I missing something here?

Any help would be great!

Thanks in advance.
Kenwyn.