I'm having some trouble with my makefile (I do believe).
When I define a constructor in my header file I can link to it just fine. When the constructor is in the .cpp the compiler has issues.
The makefile is probably helpful. Beware that I know very little about them, and the shape of it is due to constant guess/check until something works (or in this case, not).