Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame/Public/FPSObjectiveActor.h(24): error C2143: syntax error: missing ';' before '*'
  2. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame/Public/FPSObjectiveActor.h(24): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  3. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame/Public/FPSObjectiveActor.h(24): error C2238: unexpected token(s) preceding ';'
  4. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame/Public/FPSObjectiveActor.h(12): error C2039: 'SphereComp': is not a member of 'AFPSObjectiveActor'
  5. 1> C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame/Public/FPSObjectiveActor.h(10): note: see declaration of 'AFPSObjectiveActor'
  6. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame/Public/FPSObjectiveActor.h(12): error C2618: illegal member designator in offsetof
  7. 1> C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame/Public/FPSObjectiveActor.h(12): note: offsetof has a builtin meaning; use /Zc:offsetof- to revert to old, non-conforming definition
  8. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Intermediate\Build\Win64\UE4Editor\Inc\FPSGame\FPSObjectiveActor.gen.cpp(65): error C2039: 'SphereComp': is not a member of 'AFPSObjectiveActor'
  9. 1> C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame/Public/FPSObjectiveActor.h(10): note: see declaration of 'AFPSObjectiveActor'
  10. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Intermediate\Build\Win64\UE4Editor\Inc\FPSGame\FPSObjectiveActor.gen.cpp(65): error C2618: illegal member designator in offsetof
  11. 1> C:\Users\User\Desktop\Course UE4\StealthGame\Intermediate\Build\Win64\UE4Editor\Inc\FPSGame\FPSObjectiveActor.gen.cpp(65): note: offsetof has a builtin meaning; use /Zc:offsetof- to revert to old, non-conforming definition
  12. 1> [2/5] FPSObjectiveActor.cpp
  13. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame\Public\FPSObjectiveActor.h(24): error C2143: syntax error: missing ';' before '*'
  14. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame\Public\FPSObjectiveActor.h(24): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  15. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame\Public\FPSObjectiveActor.h(24): error C2238: unexpected token(s) preceding ';'
  16. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame\Public\FPSObjectiveActor.h(12): error C2039: 'SphereComp': is not a member of 'AFPSObjectiveActor'
  17. 1> C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame\Public\FPSObjectiveActor.h(10): note: see declaration of 'AFPSObjectiveActor'
  18. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame\Public\FPSObjectiveActor.h(12): error C2618: illegal member designator in offsetof
  19. 1> C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame\Public\FPSObjectiveActor.h(12): note: offsetof has a builtin meaning; use /Zc:offsetof- to revert to old, non-conforming definition
  20. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame\Private\FPSObjectiveActor.cpp(15): error C2065: 'SphereComp': undeclared identifier
  21. 1>C:\Users\User\Desktop\Course UE4\StealthGame\Source\FPSGame\Private\FPSObjectiveActor.cpp(16): error C2065: 'SphereComp': undeclared identifier
  22. 1> [3/5] FPSGame.init.gen.cpp
  23. 1>UnrealBuildTool : error : UBT ERROR: Failed to produce item: C:\Users\User\Desktop\Course UE4\StealthGame\Binaries\Win64\UE4Editor-FPSGame.pdb
  24. 1> (see ../Programs/UnrealBuildTool/Log.txt for full exception trace)
  25. 1>Total build time: 32,93 seconds (Parallel executor: 0,00 seconds)
  26. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets(44,5): error MSB3075: The command "D:\Epic\UE_4.21\Engine\Build\BatchFiles\Build.bat FPSGameEditor Win64 Development "C:\Users\User\Desktop\Course UE4\StealthGame\FPSGame.uproject" -WaitMutex -FromMsBuild" exited with code 5. Please verify that you have sufficient rights to run this command.
  27. 1>Done building project "FPSGame.vcxproj" -- FAILED.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement