c++编译时出现错误fatal error C1083: Cannot open include file: 'mem.h': No such file or directory?C++中出现fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory是怎么回?

1周前 (08-05 16:52)阅读1回复0
路人甲
路人甲
  • 管理员
  • 注册排名2
  • 经验值299550
  • 级别管理员
  • 主题59910
  • 回复0
楼主
  1. c++编译时出现错误fatal error C1083: Cannot open include file: 'mem.h': No such file or directory?
  2. C++中出现fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory是怎么回?

c++编译时出现错误fatal error C1083: Cannot open include file: 'mem.h': No such file or directory?

项目配置目录要正确,并且目录下面确定要有student.h这个文件,同事注意大小写,VS08里面进入项目属性栏找到C/C++项,然后找到AdditionalIncludeDirectories项,在后面加入student.h所在的路径,相对路径和绝对路径都可以,建议用相对路径

C++中出现fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory是怎么回?

c++编译时出现错误fatal error C1083: Cannot open include file: 'mem.h': No such file or directory?C++中出现fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory是怎么回?

// stdafx.h : 标准系统包含文件的包含文件, // 或是经常使用但不常更改的 // 特定于项目的包含文件 // #pragma once #ifndef _WIN32_WINNT // 允许使用特定于 Windows XP 或更高版本的功能。

#define _WIN32_WINNT 0x0501 // 将此值更改为相应的值,以适用于 Windows 的其他版本。#endif VC生成的工程目录有三个头文件、源文件、资源文件。你说的这个文件需要放到头文件目录下,然后内容如下: #include

0
回帖

c++编译时出现错误fatal error C1083: Cannot open include file: 'mem.h': No such file or directory?C++中出现fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory是怎么回? 期待您的回复!

取消
载入表情清单……
载入颜色清单……
插入网络图片

取消确定

图片上传中
编辑器信息
提示信息