error LNK2019: unresolved external symbol “” referenced in function
Most likely cause is that you’re not linking in the object created from Agent.cpp. You should check to ensure that it’s part of the project and that you’re using the correct version, compiled with this current compiler as well (since you state you haven’t touched it in a while, it may be that the objects were … Read more