CommonStructs.h needs to be #included before Vars.h is included.
I.e.
#include ...
#include "CommonStructs.h"
#include "Vars.h"
#include ...
As of now, the order of inclusion is wrong.
In future, when you post a project, please Clean it before zipping, so that all the unnecessary binaries (*.obj etc) get deleted. The Clean command is in the Build menu.