2017-12-06 28 views
0

UnrealEngineに新しく追加されましたが、以前はunityで作業しました。イム新しい非現実的なエンジンファイルを作成しようとしているが、私は私がしようとするたびに、このエラーを得続ける(基本的には、コンパイルすることはできません):UnrealEngineを開いたときにエラーが発生しました

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

    Running C:/Program Files/Epic Games/UE_4.10/Engine/Binaries/DotNET/UnrealBuildTool.exe test Development Win64 -project="C:/Users/abdel/Desktop/gamemaking/Unreal/BuildingEscape/test/test.uproject" -rocket -editorrecompile -progress -noubtmakefiles -2015 
@progress push 5% 
Parsing headers for testEditor 
    Running UnrealHeaderTool "C:/Users/abdel/Desktop/gamemaking/Unreal/BuildingEscape/test/test.uproject" "C:\Users\abdel\Desktop\gamemaking\Unreal\BuildingEscape\test\Intermediate\Build\Win64\testEditor\Development\UnrealHeaderTool.manifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -rocket -installed 
Reflection code generated for testEditor in 7.1584488 seconds 
@progress pop 
Performing 8 actions (2 in parallel) 
[2/8] Resource PCLaunch.rc 
PCH.test.h.cpp 
[3/8] Resource ModuleVersionResource.rc.inl 
testGameMode.cpp 
test.generated.cpp 
C:\Users\abdel\Desktop\gamemaking\Unreal\BuildingEscape\test\Intermediate\Build\Win64\UE4Editor\Inc\test\test.generated.cpp: error C4599: '/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 228 does not match precompiled headerC:\Users\abdel\Desktop\gamemaking\Unreal\BuildingEscape\test\Source\test\testGameMode.cpp: error C4599: '/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 228 does not match precompiled header 

testCharacter.cpp 
C:\Users\abdel\Desktop\gamemaking\Unreal\BuildingEscape\test\Source\test\testCharacter.cpp: error C4599: '/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 228 does not match precompiled header 
test.cpp 
C:\Users\abdel\Desktop\gamemaking\Unreal\BuildingEscape\test\Source\test\test.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\abdel\Desktop\gamemaking\Unreal\BuildingEscape\test\Binaries\Win64\UE4Editor-test.dll 
Total build time: 26.15 seconds 

私はVisual Studioはダウンロードしていると私は、Visual Studioでそれを開こうとすると、私はビルドエラーを取得します。

助けてください:)

+0

あなたのバージョンは何ですか? UE4.10はvs2015と2013のみをサポートしています。 – halfelf

答えて

-1

https://docs.unrealengine.com/latest/INT/Programming/Development/VisualStudioSetup/ を見て、あなたが正しいのVisual Studioのバージョンを使用していることを確認してください。

さらに、最新のバージョンではなく、あなたがUnreal Engine 4.10を使用している理由はありますか?あなたは単にUEで始まっていて、前のプロジェクトがないと思いますか?

関連する問題