求解决,该怎么处理

求解决
fatal error C1083: Cannot open include file: 'GetDataBase.h': No such file or directory



教材的源代码是没问题的,我按照教材书里的方法做
#import"c:\program files\common files\system\ado\msado15.dll" no_namespace rename("EOF","adoEOF")
  #include "GetDataBase.h"
我写的这代码编译还是错误啊。奇怪的是,教材的代码也用这代码,编译没问题了。。这怎么回事
------解决方案--------------------
GetDataBase.h这个应该是自己的头文件,去掉试试。
#import"c:\program files\common files\system\ado\msado15.dll" no_namespace rename("EOF","adoEOF")
//#include "GetDataBase.h"

------解决方案--------------------
看看头文件在哪个路径,然后添加到头文件搜索路径里