Can't create C++ project

The project failed to compile with both 4.10 and 4.11 versions of the engine. Build output is as follows:

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

Running D:/Unreal Engine 4/Epic Games/4.11/Engine/Binaries/DotNET/UnrealBuildTool.exe VR_4_11 Development Win64 -project="C:/Users/user/Documents/Unreal Projects/VR_4_11/VR_4_11.uproject" -editorrecompile -progress -noubtmakefiles -NoHotReloadFromIDE -2015
@progress push 5%
Parsing headers for VR_4_11Editor
  Running UnrealHeaderTool "C:\Users\user\Documents\Unreal Projects\VR_4_11\VR_4_11.uproject" "C:\Users\user\Documents\Unreal Projects\VR_4_11\Intermediate\Build\Win64\VR_4_11Editor\Development\UnrealHeaderTool.manifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -installed
Reflection code generated for VR_4_11Editor in 3,8576717 seconds
@progress pop
Performing 10 actions (4 in parallel)
[3/10] Resource ModuleVersionResource.rc.inl
[2/10] Resource PCLaunch.rc
PCH.VR_4_11.h.cpp
D:\VS Community 2015\VC\INCLUDE\crtdefs.h(10): fatal error C1083: Cannot open include file: corecrt.h: No such file or directory
-------- End Detailed Actions Stats -----------------------------------------------------------
ERROR: UBT ERROR: Failed to produce item: C:\Users\user\Documents\Unreal Projects\VR_4_11\Binaries\Win64\UE4Editor-VR_4_11.dll
Total build time: 8,85 seconds

How to compile and start using the engine? Windows SDK is installed, but it didn’t helped, i getting same message. I created blueprint projects without any problem, but i really need C++ project because i need to modify engine and use plugins.

Have you tried reinstalling UE4? It looks like you have VS Community like me. I have never ran into this problem. Are you attempting to compile source? Or just a new project? Are you creating the new project via the launcher? Did you try to create a project without the underscores in the name?

Thanks for quick answer, but i just figure out how to fix it by myself. The problem was in Windows Kit, i installed 8 version, installing latest 10 version fixed the problem. Problem was while creating new c++ project via launcher.