Nov 11, 2004 #1 mangocinn Programmer Jul 26, 2001 66 US I am using MFC. When I compile my project, I recieve the following error. 1189: Windows.h already included. MFC aps must not #include <windows.h>. I have tried including <afx.h> and <afxwin.h> and that doesn't seem to make the error go away. Any ideas?
I am using MFC. When I compile my project, I recieve the following error. 1189: Windows.h already included. MFC aps must not #include <windows.h>. I have tried including <afx.h> and <afxwin.h> and that doesn't seem to make the error go away. Any ideas?
Nov 11, 2004 #2 timmay3141 Programmer Dec 3, 2002 468 US You are obviously #including <windows.h> somewhere in your project. Take it out. Upvote 0 Downvote