Problem Description:
compilation error: cannot open include file ‘afxres h’
Cause analysis:
this is the header file of MFC class library</ font>
Solution 1:
If the MFC component is not installed, you can replace it with the next two lines
//#include "afxres.h"
#include <Windows.h>
#include <winres.h>
//Only one line winres.h is OK!
Solution 2:
Just install MFC components