I have encountered this error many times before and eventually found solutions, but this one has me stumped. I have a class \'Mob\' that is inherited by class \'Player\'.
I know this is not the best way to deal with that problem, but it work for me at least. you can put all your other includes in the cpp file:
#include "OmiGame/OmiGame.h" #include "PlayState.h" #include "Mob.h" #include "resources.h"