I created an new static library project in VS 2012, with option MFC selected. It created few files in the project, stdafx.h, targetver.h, stdafx.cpp. However in stdafx.h there are includes for afx.h, afxwin.h etc and they were marked as errors. I can't compile just out of the box solution. It says afx.h file not found. What does this mean?
Asked
Active
Viewed 1,071 times
3
-
The same issue was solved in this link. It may help you https://stackoverflow.com/questions/16227840/where-can-i-get-afx-h-files – sonnguyen512 Sep 24 '17 at 10:05