Undefined base class, though includes present
问题 Forehand I'd like to mention I'm fairly new to C++ programming and that I'm using Ogre3D as framework (for school project reasons). I have a class Player which inherits from the GameObject class. When trying to build the project I'm confronted with the following error: Error C2504 'GameObject' : base class undefined - player.h (9) Which would imply the GameObject class is undefined within the player class' header file. However I have in fact included the GameObject header file in that of the