切换到发行版后,程序找不到DLL头文件

时间:2018-08-15 14:20:28

标签: c++ dll visual-studio-2013

从调试模式切换到发布模式(一切正常之后),我得到以下错误:

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)。

关于可能是什么原因的任何想法?

0 个答案:

没有答案