gpt4 book ai didi

visual-c++ - 严重错误C1083 : Cannot open include file

转载 作者:行者123 更新时间:2023-12-04 05:10:38 25 4
gpt4 key购买 nike

我基于此查看了以前的帖子,但它们没有关系。我收到以下错误。

1>c:\users\numerical25\desktop\intro todirectx\introtodirectx\chapter 4\init direct3d\init direct3d.cpp(9) : fatal error C1083: Cannot open include file: 'd3dApp.h': No such file or directory

但从下面显示的图像可以清楚地看到

与遇到问题的其他人相反,他们在物理驱动器上找不到 header 。编译器无法在解决方案资源管理器中找到我的 header 。

最佳答案

您在IDE左 Pane 中看到的内容与文件是否存在绝对无关。 “Solution Explorer”不会浏览文件系统中存在的实际文件,而只是向您显示哪些文件已注册为该解决方案的一部分。

为了编译代码,文件必须以指定为该解决方案头文件的搜索路径的路径之一存在于计算机的文件系统中。它不存在,因此是错误。

关于visual-c++ - 严重错误C1083 : Cannot open include file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2630082/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com