Linking...
Creating browse info file...
BSCMAKE: error BK1517 : source file for 'E:\My Project\TypeII\Release\StdAfx.sbr' compiled with both /Yc and /Yu
Error executing bscmake.exe.
...全文
3123打赏收藏
我的Project中的Create browse info file... 发生了错误,请教
Linking... Creating browse info file... BSCMAKE: error BK1517 : source file for 'E:\My Project\TypeII\Release\StdAfx.sbr' compiled with both /Yc and /Yu Error executing bscmake.exe.
source file for 'filename' compiled with both /Yc and /Yu
The given .SBR file refers to itself. Probably the file was recompiled with the /Yu option after compiling with /Yc.
Reset the compiler options for the source file to /Yc, then rebuild all to generate new .SBR files for the project. Do not subsequently compile the same source file using /Yu.