I am trying to run the previous written MFC C ++ code on my 2015 MFC visual studio with the multithreading library installed in MATL.
However, I still have 12 errors regarding the missing function:
IntelliSense: cannot open source file "afxwin.h" C1083 Cannot open include file: 'afxwin.h': No such file or directory cannot open source file "afxext.h"/"afxdisp.h"/"afxdtctl.h"/"afxcmn.h"/afxdisp.h etc....
Where can I get these files?
Again, my setup is:
VIsual studio 2015 ultimate MFC Installed Multibyte MFC library Windows 8 - 64-bit machine
Thanks!
c ++ visual-c ++ visual-studio-2015 mfc
Curly
source share