Question
How can I use MFC class in my plugin?
for example: CList<br /><br />#include <afxtempl.h> in .cpp file then build <br /><br />fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h><br /><br />How to do? thanks!