I need to use a set of non-MFC classes in my MFC application. All of
the class definitions and
implementations are located in "myclass.cpp". However, whenever I
include this file I get the following:
fatal error C1010: unexpected end of file while looking for precompiled
header directive
I put the line
#include "myclass.cpp"
at the top of "myapp.cpp", however I'm not sure this is where it should
go because I intend to use the classes in "myclass.cpp" in a MFC
document class.
Thank you,
Kenneth Massey