从调试模式切换到发布模式(一切正常之后),我得到以下错误:
Error 50 error C1083: Cannot open include file: 'CalculateGlassModel.h': No such file or directory C:\Users\h6565169\Documents\anotherTPS2\G2GsiBridge\Development\Gsi\Gsi.cpp 10 1 Gsi
51 IntelliSense: cannot open source file "CalculateGlassModel.h" c:\Users\h6565169\Documents\anotherTPS2\G2GsiBridge\Development\Gsi\Gsi.cpp 10 1 Gsi
52 IntelliSense: cannot open source file "nlopt.h" c:\Users\h6565169\Documents\anotherTPS2\G2GsiBridge\Development\Gsi\Gsi.cpp 11 1 Gsi
53 IntelliSense: name followed by '::' must be a class or namespace name c:\Users\h6565169\Documents\anotherTPS2\G2GsiBridge\Development\Gsi\Gsi.cpp 88 2 Gsi
54 IntelliSense: expected a ';' c:\Users\h6565169\Documents\anotherTPS2\G2GsiBridge\Development\Gsi\Gsi.cpp 88 27 Gsi
55 IntelliSense: identifier "gsi" is undefined c:\Users\h6565169\Documents\anotherTPS2\G2GsiBridge\Development\Gsi\Gsi.cpp 89 17 Gsi
我正在VS 2013中工作。对于我所有的dll,代码生成均设置为/ MD。平台工具集是Visual Studio 2013(v120)。
关于可能是什么原因的任何想法?