This applicable to 4.14, 4.13.2, 4.12.5. Using VS Community 2015
Everytime I create a C++ class based on BTTaskNode in Unreal, I get the following error screen:
In the output log I get the follwing:
CompilerResultsLog:Error: Error MyBTTaskNode.cpp.obj : error LNK2001: unresolved external symbol “public: virtual void __cdecl IGameplayTaskOwnerInterface::OnGameplayTaskActivated(class UGameplayTask &)” (?OnGameplayTaskActivated@IGameplayTaskOwnerInterface@@UEAAXAEAVUGameplayTask@@@Z) CompilerResultsLog:Error: Error CoffeeShop.generated.cpp.obj : error LNK2001: unresolved external symbol “public: virtual void __cdecl IGameplayTaskOwnerInterface::OnGameplayTaskActivated(class UGameplayTask &)” (?OnGameplayTaskActivated@IGameplayTaskOwnerInterface@@UEAAXAEAVUGameplayTask@@@Z) CompilerResultsLog:Error: Error D:\Development\Unreal Engine\CoffeeShop\Binaries\Win64\UE4Editor-CoffeeShop-7616.dll : fatal error LNK1120: 1 unresolved externals
What is this from?