关于ado程序中windows.h重复的有关问题

求助:关于ado程序中windows.h重复的问题
报错信息:1>e:\program files (x86)\microsoft visual studio 9.0\vc\atlmfc\include\afxv_w32.h(16) : fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h>



代码:
#import "C:\Program Files\Common Files\System\ADO\msado15.dll" \
no_namespace rename("EOF", "adoEOF")

#include <afx.h>
#include <stdio.h>
#include <iostream>


用import的时候提示头文件已经包括了。请问该怎么解决?谢谢

------解决方案--------------------
#include <afx.h>
去掉这句试试,如果编绎通不过,说需要ATL支持,你就在工程属性里改成不要ATL支持