Okay I got it all to work out. There were a couple of syntax errors in my program and also I had to use this line of code at the beginning of all my .cpp files:
Code:
#include "StdAfx.h"
I only had that in my main source (.cpp) file to start with.