Advertisement
Guest User

Untitled

a guest
Jan 21st, 2015
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 20.30 KB | None | 0 0
  1. Error   1   error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl AAIController::AAIController(class FPostConstructInitializeProperties const &)" (__imp_??0AAIController@@QEAA@AEBVFPostConstructInitializeProperties@@@Z) referenced in function "public: __cdecl AMyAIControllerCrowds::AMyAIControllerCrowds(class FPostConstructInitializeProperties const &)" (??0AMyAIControllerCrowds@@QEAA@AEBVFPostConstructInitializeProperties@@@Z)  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  2. Error   2   error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __cdecl AAIController::~AAIController(void)" (__imp_??1AAIController@@UEAA@XZ) referenced in function "public: virtual __cdecl AMyAIControllerCrowds::~AMyAIControllerCrowds(void)" (??1AMyAIControllerCrowds@@UEAA@XZ)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  3. Error   3   error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __cdecl AAIController::~AAIController(void)" (__imp_??1AAIController@@UEAA@XZ) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  4. Error   4   error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl AAIController::AAIController(class AAIController const &)" (__imp_??0AAIController@@QEAA@AEBV0@@Z) referenced in function "public: __cdecl AMyAIControllerCrowds::AMyAIControllerCrowds(class AMyAIControllerCrowds const &)" (??0AMyAIControllerCrowds@@QEAA@AEBV0@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  5. Error   5   error LNK2001: unresolved external symbol "__declspec(dllimport) public: __cdecl AAIController::AAIController(class AAIController const &)" (__imp_??0AAIController@@QEAA@AEBV0@@Z) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  6. Error   6   error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class UClass * __cdecl UCrowdFollowingComponent::StaticClass(void)" (__imp_?StaticClass@UCrowdFollowingComponent@@SAPEAVUClass@@XZ) referenced in function "public: class FPostConstructInitializeProperties const & __cdecl FPostConstructInitializeProperties::SetDefaultSubobjectClass<class UCrowdFollowingComponent>(wchar_t const *)const " (??$SetDefaultSubobjectClass@VUCrowdFollowingComponent@@@FPostConstructInitializeProperties@@QEBAAEBV0@PEB_W@Z)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  7. Error   7   error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::ActorsPerceptionUpdated(class TArray<class AActor *,class FDefaultAllocator> const &)" (?ActorsPerceptionUpdated@AAIController@@UEAAXAEBV?$TArray@PEAVAActor@@VFDefaultAllocator@@@@@Z)  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  8. Error   8   error LNK2019: unresolved external symbol "public: virtual void __cdecl AAIController::ActorsPerceptionUpdated(class TArray<class AActor *,class FDefaultAllocator> const &)" (?ActorsPerceptionUpdated@AAIController@@UEAAXAEBV?$TArray@PEAVAActor@@VFDefaultAllocator@@@@@Z) referenced in function "int `void __cdecl GetPrivateStaticClassBody<class AMyAIControllerCrowds>(wchar_t const *,wchar_t const *,class UClass * &,void (__cdecl*)(void))'::`1'::dtor$0" (?dtor$0@?0???$GetPrivateStaticClassBody@VAMyAIControllerCrowds@@@@YAXPEB_W0AEAPEAVUClass@@P6AXXZ@Z@4HA) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  9. Error   9   error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::ClearFocus(unsigned char)" (?ClearFocus@AAIController@@UEAAXE@Z) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  10. Error   10  error LNK2019: unresolved external symbol "public: virtual void __cdecl AAIController::ClearFocus(unsigned char)" (?ClearFocus@AAIController@@UEAAXE@Z) referenced in function "class UClass * __cdecl Z_Construct_UClass_AMyAIControllerCrowds(void)" (?Z_Construct_UClass_AMyAIControllerCrowds@@YAPEAVUClass@@XZ)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  11. Error   11  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::DisplayDebug(class UCanvas *,class FDebugDisplayInfo const &,float &,float &)" (?DisplayDebug@AAIController@@UEAAXPEAVUCanvas@@AEBVFDebugDisplayInfo@@AEAM2@Z)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  12. Error   12  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::DisplayDebug(class UCanvas *,class FDebugDisplayInfo const &,float &,float &)" (?DisplayDebug@AAIController@@UEAAXPEAVUCanvas@@AEBVFDebugDisplayInfo@@AEAM2@Z)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  13. Error   13  error LNK2001: unresolved external symbol "public: virtual class FString __cdecl AAIController::GetDebugIcon(void)const " (?GetDebugIcon@AAIController@@UEBA?AVFString@@XZ) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  14. Error   14  error LNK2001: unresolved external symbol "public: virtual class FString __cdecl AAIController::GetDebugIcon(void)const " (?GetDebugIcon@AAIController@@UEBA?AVFString@@XZ) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  15. Error   15  error LNK2001: unresolved external symbol "public: virtual class FVector __cdecl AAIController::GetFocalPoint(void)const " (?GetFocalPoint@AAIController@@UEBA?AVFVector@@XZ)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  16. Error   16  error LNK2001: unresolved external symbol "public: virtual class FVector __cdecl AAIController::GetFocalPoint(void)const " (?GetFocalPoint@AAIController@@UEBA?AVFVector@@XZ)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  17. Error   17  error LNK2001: unresolved external symbol "public: virtual class UAIPerceptionComponent * __cdecl AAIController::GetPerceptionComponent(void)" (?GetPerceptionComponent@AAIController@@UEAAPEAVUAIPerceptionComponent@@XZ)  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  18. Error   18  error LNK2001: unresolved external symbol "public: virtual class UAIPerceptionComponent * __cdecl AAIController::GetPerceptionComponent(void)" (?GetPerceptionComponent@AAIController@@UEAAPEAVUAIPerceptionComponent@@XZ)  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  19. Error   19  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::GetPlayerViewPoint(class FVector &,class FRotator &)const " (?GetPlayerViewPoint@AAIController@@UEBAXAEAVFVector@@AEAVFRotator@@@Z)  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  20. Error   20  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::GetPlayerViewPoint(class FVector &,class FRotator &)const " (?GetPlayerViewPoint@AAIController@@UEBAXAEAVFVector@@AEAVFRotator@@@Z)  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  21. Error   21  error LNK2001: unresolved external symbol "public: virtual class UObject * __cdecl AAIController::GetUObjectInterfaceAIPerceptionListenerInterface(void)" (?GetUObjectInterfaceAIPerceptionListenerInterface@AAIController@@UEAAPEAVUObject@@XZ)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  22. Error   22  error LNK2001: unresolved external symbol "public: virtual class UObject * __cdecl AAIController::GetUObjectInterfaceAIPerceptionListenerInterface(void)" (?GetUObjectInterfaceAIPerceptionListenerInterface@AAIController@@UEAAPEAVUObject@@XZ)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  23. Error   23  error LNK2001: unresolved external symbol "public: virtual class UObject const * __cdecl AAIController::GetUObjectInterfaceAIPerceptionListenerInterface(void)const " (?GetUObjectInterfaceAIPerceptionListenerInterface@AAIController@@UEBAPEBVUObject@@XZ)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  24. Error   24  error LNK2001: unresolved external symbol "public: virtual class UObject const * __cdecl AAIController::GetUObjectInterfaceAIPerceptionListenerInterface(void)const " (?GetUObjectInterfaceAIPerceptionListenerInterface@AAIController@@UEBAPEBVUObject@@XZ)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  25. Error   25  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::GrabDebugSnapshot(struct FVisLogEntry *)const " (?GrabDebugSnapshot@AAIController@@UEBAXPEAUFVisLogEntry@@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  26. Error   26  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::GrabDebugSnapshot(struct FVisLogEntry *)const " (?GrabDebugSnapshot@AAIController@@UEBAXPEAUFVisLogEntry@@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  27. Error   27  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::InitNavigationControl(class UNavigationComponent * &,class UPathFollowingComponent * &)" (?InitNavigationControl@AAIController@@UEAAXAEAPEAVUNavigationComponent@@AEAPEAVUPathFollowingComponent@@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  28. Error   28  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::InitNavigationControl(class UNavigationComponent * &,class UPathFollowingComponent * &)" (?InitNavigationControl@AAIController@@UEAAXAEAPEAVUNavigationComponent@@AEAPEAVUPathFollowingComponent@@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  29. Error   29  error LNK2001: unresolved external symbol "public: virtual bool __cdecl AAIController::LineOfSightTo(class AActor const *,class FVector,bool)const " (?LineOfSightTo@AAIController@@UEBA_NPEBVAActor@@VFVector@@_N@Z)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  30. Error   30  error LNK2001: unresolved external symbol "public: virtual bool __cdecl AAIController::LineOfSightTo(class AActor const *,class FVector,bool)const " (?LineOfSightTo@AAIController@@UEBA_NPEBVAActor@@VFVector@@_N@Z)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  31. Error   31  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::OnMoveCompleted(struct FAIRequestID,enum EPathFollowingResult::Type)" (?OnMoveCompleted@AAIController@@UEAAXUFAIRequestID@@W4Type@EPathFollowingResult@@@Z)  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  32. Error   32  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::OnMoveCompleted(struct FAIRequestID,enum EPathFollowingResult::Type)" (?OnMoveCompleted@AAIController@@UEAAXUFAIRequestID@@W4Type@EPathFollowingResult@@@Z)  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  33. Error   33  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::Possess(class APawn *)" (?Possess@AAIController@@UEAAXPEAVAPawn@@@Z) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  34. Error   34  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::Possess(class APawn *)" (?Possess@AAIController@@UEAAXPEAVAPawn@@@Z) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  35. Error   35  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::PostInitializeComponents(void)" (?PostInitializeComponents@AAIController@@UEAAXXZ)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  36. Error   36  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::PostInitializeComponents(void)" (?PostInitializeComponents@AAIController@@UEAAXXZ)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  37. Error   37  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::PostRegisterAllComponents(void)" (?PostRegisterAllComponents@AAIController@@UEAAXXZ) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  38. Error   38  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::PostRegisterAllComponents(void)" (?PostRegisterAllComponents@AAIController@@UEAAXXZ) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  39. Error   39  error LNK2001: unresolved external symbol "public: virtual struct FAIRequestID __cdecl AAIController::RequestMove(class TSharedPtr<struct FNavigationPath,1>,class AActor *,float,bool,class TSharedPtr<struct FMoveRequestCustomData,1>)" (?RequestMove@AAIController@@UEAA?AUFAIRequestID@@V?$TSharedPtr@UFNavigationPath@@$00@@PEAVAActor@@M_NV?$TSharedPtr@UFMoveRequestCustomData@@$00@@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  40. Error   40  error LNK2001: unresolved external symbol "public: virtual struct FAIRequestID __cdecl AAIController::RequestMove(class TSharedPtr<struct FNavigationPath,1>,class AActor *,float,bool,class TSharedPtr<struct FMoveRequestCustomData,1>)" (?RequestMove@AAIController@@UEAA?AUFAIRequestID@@V?$TSharedPtr@UFNavigationPath@@$00@@PEAVAActor@@M_NV?$TSharedPtr@UFMoveRequestCustomData@@$00@@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  41. Error   41  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::Reset(void)" (?Reset@AAIController@@UEAAXXZ) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  42. Error   42  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::Reset(void)" (?Reset@AAIController@@UEAAXXZ) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  43. Error   43  error LNK2001: unresolved external symbol "public: virtual bool __cdecl AAIController::RunBehaviorTree(class UBehaviorTree *)" (?RunBehaviorTree@AAIController@@UEAA_NPEAVUBehaviorTree@@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  44. Error   44  error LNK2001: unresolved external symbol "public: virtual bool __cdecl AAIController::RunBehaviorTree(class UBehaviorTree *)" (?RunBehaviorTree@AAIController@@UEAA_NPEAVUBehaviorTree@@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  45. Error   45  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::SetFocalPoint(class FVector,bool,unsigned char)" (?SetFocalPoint@AAIController@@UEAAXVFVector@@_NE@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  46. Error   46  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::SetFocalPoint(class FVector,bool,unsigned char)" (?SetFocalPoint@AAIController@@UEAAXVFVector@@_NE@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  47. Error   47  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::SetFocus(class AActor *,unsigned char)" (?SetFocus@AAIController@@UEAAXPEAVAActor@@E@Z)  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  48. Error   48  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::SetFocus(class AActor *,unsigned char)" (?SetFocus@AAIController@@UEAAXPEAVAActor@@E@Z)  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  49. Error   49  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::StopMovement(void)" (?StopMovement@AAIController@@UEAAXXZ)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  50. Error   50  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::StopMovement(void)" (?StopMovement@AAIController@@UEAAXXZ)   C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  51. Error   51  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::Tick(float)" (?Tick@AAIController@@UEAAXM@Z) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  52. Error   52  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::Tick(float)" (?Tick@AAIController@@UEAAXM@Z) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  53. Error   53  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::UnPossess(void)" (?UnPossess@AAIController@@UEAAXXZ) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  54. Error   54  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::UnPossess(void)" (?UnPossess@AAIController@@UEAAXXZ) C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  55. Error   55  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::UpdateControlRotation(float,bool)" (?UpdateControlRotation@AAIController@@UEAAXM_N@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  56. Error   56  error LNK2001: unresolved external symbol "public: virtual void __cdecl AAIController::UpdateControlRotation(float,bool)" (?UpdateControlRotation@AAIController@@UEAAXM_N@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  57. Error   57  error LNK2001: unresolved external symbol "public: virtual bool __cdecl AAIController::UseBlackboard(class UBlackboardData *)" (?UseBlackboard@AAIController@@UEAA_NPEAVUBlackboardData@@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\MyAIControllerCrowds.cpp.obj RTSGame
  58. Error   58  error LNK2001: unresolved external symbol "public: virtual bool __cdecl AAIController::UseBlackboard(class UBlackboardData *)" (?UseBlackboard@AAIController@@UEAA_NPEAVUBlackboardData@@@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  59. Error   59  error LNK2019: unresolved external symbol "__declspec(dllimport) class UClass * __cdecl Z_Construct_UClass_AAIController(void)" (__imp_?Z_Construct_UClass_AAIController@@YAPEAVUClass@@XZ) referenced in function "class UClass * __cdecl Z_Construct_UClass_AMyAIControllerCrowds(void)" (?Z_Construct_UClass_AMyAIControllerCrowds@@YAPEAVUClass@@XZ)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  60. Error   60  error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class UClass * __cdecl AAIController::StaticClass(void)" (__imp_?StaticClass@AAIController@@SAPEAVUClass@@XZ) referenced in function "void __cdecl GetPrivateStaticClassBody<class AMyAIControllerCrowds>(wchar_t const *,wchar_t const *,class UClass * &,void (__cdecl*)(void))" (??$GetPrivateStaticClassBody@VAMyAIControllerCrowds@@@@YAXPEB_W0AEAPEAVUClass@@P6AXXZ@Z)    C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Intermediate\ProjectFiles\RTSGame.generated.cpp.obj    RTSGame
  61. Error   61  error LNK1120: 32 unresolved externals  C:\Users\DarkLiquidus\Dropbox\UNREAL\RTSGame\Binaries\Win64\UE4Editor-RTSGame.dll   RTSGame
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement