Visual Studio can't 'see' my included header files

后端 未结 10 1150
囚心锁ツ
囚心锁ツ 2020-12-10 00:30

I created an empty \'Demo\' project in Visual Studio 2008 and added some existing projects to my solution. Included \"MyHeader.h\" (other project\'s header) in main.cpp file

10条回答
  •  感情败类
    2020-12-10 01:31

    Try adding the header file to your project's files. (right click on project -> add existing file).

提交回复
热议问题