Name: Anonymous 2010-10-25 17:58
I have a header file in the solution that defines the class MyTime. It compiles fine.
I also have a MyTime.cpp which implements the member functions. It has #include "MyTime.h", but at compile time it doesn't recognize that MyTime is a class. Is there something more I have to do? Like add a reference to MyTime.h in the project settings -> additional includes?
I also have a MyTime.cpp which implements the member functions. It has #include "MyTime.h", but at compile time it doesn't recognize that MyTime is a class. Is there something more I have to do? Like add a reference to MyTime.h in the project settings -> additional includes?