|
Apparently the problem is manifold:
a) You have to specify the path in the #include statement; this is pretty frustrating, the complier should be smart enough to look in all of the KMotion folders, or all the header files should be in one place!
b) The following header files that StdAfx #includes are nowhere to be found:
afxwin.h> // MFC core and standard components
afxext.h> // MFC extensions
afxole.h> // MFC OLE classes
afxodlgs.h> // MFC OLE dialog classes
afxdisp.h> // MFC OLE automation classes
afxpriv.h>
I also cannot find stdlib.h, math.h, etc.
What is going on?
|