Somewhere I'm misunderstanding what needs to be #included. If I have my
AppWizard generated project with the files, for instance, App.h and App.cpp,
and add a class (not-using the ClassWizard) in the files MyClass.h and
MyClass.cpp, what #include statements do I need where? I keep getting
"unexpected end of file" errors at the end of MyClass.cpp.
Bonus Question: What if a member MyClass is constructed as MySubClass
(MySubClass.h, MySubClass.cpp)?
------------
Sean Redmond