在使用VS2008编译SystemC库时,遇到这个问题。我使用的win7系统,只要

1、打开菜单栏Project-->XXXX properties 

2、如下图在C/C++下面的General 选项的Additional Include Directories 栏加入 如下路径

C:\Program Files\Microsoft SDKs\Windows\v5.0\Include

(可能非win7用的不是5.0的SDK,这个我不太懂,但差不多都是Include这个文件夹)

3、Rebuild ,编译通过。

(VS2008)Cannot open include file: 'windows.h': No such file or directory 解决办法相关推荐

  1. windows 安装达梦数据库Python 报错:fatal error C1083: Cannot open include file: ‘DPI.h‘: No such file or direc

    报错: c:\dmdms program\drivers\python\dmpython\strct.h(18): fatal error C1083: Cannot open include fil ...

  2. mysql-python 安装错误: Cannot open include file: 'config-win.h': No such file or directory

    问题描述: pip instal MySQL-Python 出现如下错误: [plain] view plain copy Installing collected packages: MySql-p ...

  3. fatal error C1083: Cannot open include file: 'iostream.h': No such file or dire

    错误: fatal error C1083: Cannot open include file: 'iostream.h': No such file or directory 我的源代码测试回调函数 ...

  4. _mysql.c(42) : fatal error C1083: Cannot open include file: 'config-win.h':no such file or directory

    Window7下使用"pip"安装"MySQL-python"提示错误:_mysql.c(42) : fatal error C1083: Cannot ope ...

  5. Keil编译报错:Cannot open include file: 'stdbool.h': No such file or directory问题解决

    Keil编译出现报错:Cannot open include file: 'stdbool.h': No such file or directory,或者出现Error: L6411E: No co ...

  6. can not open include file afxwin.h :no such header fileor directory in vs 2015 c++

    一.问题 今天做mfc项目的时候,自己使用的编译器是vs2015,但是,很不辛,一开始就掉坑里,头文件都不能包含,编译一下你会发现下面的错误: can not open include file &q ...

  7. Cannot open include file: jni.h: No such file or directory解决方法

    在此运行Visual Studio 2012 项目时出现 #include <stdio.h> #include <jni.h> int main() { printf(&qu ...

  8. MySQLdb/_mysql.c(29) : fatal error C1083: Cannot open include file: ‘mysql.h‘: No such file or direc

    环境:64位Windows10系统,python2.7.15 问题:安装pip install mysqlclient时报错MySQLdb/_mysql.c(29) : fatal error C10 ...

  9. error: #5: cannot open source input file core_cm3.h: No such file or directory

    用Keil  vision5编译时出现以下错误: D:\MDK\install\ARM\PACK\Keil\STM32F1xx_DFP\2.2.0\Device\Include\stm32f10x.h ...

  10. 02_Keil5报错 error: #5: cannot open source input file “XXX.h”: No such file or directory解决方法

    Keil5  error: #5: cannot open source input file "led.h": No such file or directory 是找不到包含文 ...

最新文章

  1. 关于matlab向文件写入数据的方法——留着备用
  2. Facebook 田渊栋:NeurIPS 2020 中了两篇,感觉还算不错
  3. iPhoneX快速适配,简单到你想哭。
  4. smarty学习——编程知识
  5. C#在后台运行操作:BackgroundWorker的用法
  6. Fatal Python error: Cannot recover from stack overflow.(嵌套层数过多超出限制)
  7. centos7怎么安装中文环境支持包
  8. 关于DEBUG的一点体会
  9. 最完美的xslt数值函数与字符串函数
  10. 面试准备每日五题:C++(七)——左值右值、面向对象、四种cast转换、拷贝构造函数赋值、虚函数多态
  11. nginx nodejs环境配置_Linux基本开发环境配置git,c++,nodejs,nginx
  12. nginx502错误原因解决方法_Got fatal error 1236原因和解决方法
  13. 装什么软件测试笔记本耐用,我买了新电脑,用什么软件测试比较好?
  14. 如何在网易云音乐上正常听周杰伦的歌曲
  15. 微信视频号视频如何下载保存?教你批量下载保存视频号视频到手机相册
  16. Johnson–Lindenstrauss Lemma
  17. Linux即时通讯软件都有哪些?政企要怎么挑选?
  18. RGB的光的三原色、品红黄青颜料的三原色
  19. 学生信息统计(顺序表)
  20. 什么是大数据?大数据用来干嘛?

热门文章

  1. Enterprise Architect使用教程
  2. 开发一流Android SDK
  3. [转载]Wifi OKC 验证
  4. Emoji表情存入数据库报错:java.sql.SQLException: Incorrect string value: '\xF0\x9F\x91\xBD\xF0\x9F…'
  5. jQuery教程——jQuery的快速入门
  6. Ubuntu RTL8821ce网卡驱动
  7. App StartingWindow分析
  8. BUUCTF 荷兰宽带数据泄露
  9. 【LuoguP2466】[SDOI2008] Sue的小球
  10. java中产生0-100之间的随机整数