UE4.10 fail to create c++ project

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

Running D:/game engine/U4/Epic Games/UE_4.14/UE_4.10/Engine/Binaries/DotNET/UnrealBuildTool.exe MyProject Development Win64 -project=“D:/unreal projects/MyProject/MyProject.uproject” -rocket -editorrecompile -progress -noubtmakefiles -2015
@progress push 5%
Parsing headers for MyProjectEditor
Running UnrealHeaderTool “D:/unreal projects/MyProject/MyProject.uproject” “D:\unreal projects\MyProject\Intermediate\Build\Win64\MyProjectEditor\Development\UnrealHeaderTool.manifest” -LogCmds=“loginit warning, logexit warning, logdatabase error” -rocket -installed
Reflection code generated for MyProjectEditor in 17.0476468 seconds
@progress pop
Performing 10 actions (4 in parallel)
[2/10] Resource PCLaunch.rc
[3/10] Resource ModuleVersionResource.rc.inl

D:\game engine\U4\Epic Games\UE_4.14\UE_4.10\Engine\Source\Runtime\Core\Resources\Windows\ModuleVersionResource.rc.inl(10) : error RC2144 : PRIMARY LANGUAGE ID not a number

D:\game engine\U4\Epic Games\UE_4.14\UE_4.10\Engine\Source\Runtime\Core\Resources\Windows\ModuleVersionResource.rc.inl(14) : error RC2135 : file not found: RCDATA

D:\game engine\U4\Epic Games\UE_4.14\UE_4.10\Engine\Source\Runtime\Core\Resources\Windows\ModuleVersionResource.rc.inl(16) : error RC2135 : file not found: 0

D:\game engine\U4\Epic Games\UE_4.14\UE_4.10\Engine\Source\Runtime\Launch\Resources\Windows\PCLaunch.rc(19) : error RC2144 : PRIMARY LANGUAGE ID not a number

D:\game engine\U4\Epic Games\UE_4.14\UE_4.10\Engine\Source\Runtime\Launch\Resources\Windows\PCLaunch.rc(27) : error RC2135 : file not found: 101
PCH.MyProject.h.cpp
D:\game engine\U4\Epic Games\UE_4.14\UE_4.10\Engine\Source\Runtime\Core\Public\HAL\PlatformIncludes.h(6): fatal error C1083: ?޷???ļ?: ??wchar.h??: No such file or directory
-------- End Detailed Actions Stats -----------------------------------------------------------
ERROR: UBT ERROR: Failed to produce item: D:\unreal projects\MyProject\Binaries\Win64\UE4Editor-MyProject.dll
Total build time: 157.24 seconds

It drives me crazy.I’m using VS 2015 with update1.
Any help will be appreciated.