
致命错误 C1083:无法打开包含文件“stdint.h”,无此文件或目录
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
本文章讨论了在编程过程中遇到的常见编译错误C1083,具体分析了为何会出现“无法打开包含文件‘stdint.h’”的问题,并提供了解决方案。
fatal error C1083 提示无法打开包括文件 stdint.h:No such file or directory。stdint.h 是 C99 标准的头文件,在 Visual Studio 中不被支持,因此会提示“No such file or directory”。解决方法是下载包含 stdint.h 的压缩包并解压得到两个 .h 文件,然后将这些文件存放到 Visual Studio 安装目录中的 VC\include 目录下。
全部评论 (0)
还没有任何评论哟~


