I’m getting an error when compiling/building the .cpp and .h files derived the from the AI Controller Class. I have no idea how to fix this LNK 2001 errors.
I already referenced the AIModule in the Build.cs file.
Is there anything in particular I should be putting inside the cpp and h files?
I can’t see what’s missing otherwise, it’s fine if they’re empty. Share the .h, .cpp, and build.cs.
As for having to add any methods you shouldn’t. AAIController isn’t abstract, so it can’t have any pure virtual methods. Any pure virtual methods that might be inherited higher up will be covered by AAIController