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

后端 未结 10 1149
囚心锁ツ
囚心锁ツ 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:24

    This happened to me just now, after shutting down and restarting the computer. Eventually I realised that the architecture had somehow been changed to ARM from x64.

提交回复
热议问题