I have a struct where I put all the information about the players. That\'s my struct:
struct player{ int startingCapital; int currentCapital; int s
I think that the problem is that you put #ifdef instead of #ifndef at the top of your header.h file.
#ifdef
#ifndef
header.h