1. It may be a problem with the Visual studio version. Are you using the professional version (pro)? Someone said on stackoverflow, afxwin.h is MFC and MFC is not included in the free version of VC++ (Express Edition). I don’t know if VS2013express is like this. I use VS2015. . . 2. Try searching for afxwin.h
in the vs installation directory. If this file exists, then include this include folder into VS's includeIn settings, you can search online to find out how to include it
1. It may be a problem with the Visual studio version. Are you using the professional version (pro)? Someone said on stackoverflow,
afxwin.h is MFC and MFC is not included in the free version of VC++ (Express Edition).
I don’t know if VS2013express is like this. I use VS2015. . .2. Try searching for afxwin.h
in the vs installation directory. If this file exists, then include this
include
folder into VS'sinclude
In settings, you can search online to find out how to include it