I realise this seems a stupid question but I have googled this to death with no results so here goes:
I have two files, game.h and player.h. Each contains a reference to the other.
I started by simply putting an include to the other each file. This resulted in an infinite loop when I compiled...