Undefined symbols for architecture x86_64: "typeinfo for ACharacter", referenced from:

Hello. I can’t compile my project on my mac. Linker gives the following error:

Undefined symbols for architecture x86_64:
  "typeinfo for ACharacter", referenced from:
      typeinfo for AWalkingPawn in Module.ConstructorApp.12_of_16.cpp.o
  // And it continues listing down typeinfos for other classes.

Wha should I do?

Did you ever figure out what was going on?