fatal error C1083: Cannot open include file: 'xyz.h': No such file or directory?

后端 未结 4 1552
遥遥无期
遥遥无期 2020-12-06 09:52

I am using visual studio 2005 to create a project. And I have folder structure in project as: a folder called code. this folder contains all *.cxx files.

Now, I hav

4条回答
  •  清歌不尽
    2020-12-06 10:32

    Add the "code" folder to the project properties within Visual Studio

    Project->Properties->Configuration Properties->C/C++->Additional Include Directories

提交回复
热议问题