--------------------Configuration: mquery - Win32 Debug--------------------
Creating browse info file...
BSCMAKE: error BK1505 : cannot read from file 'Debug/mquery.bsc'
Error executing bscmake.exe.mquery.exe - 1 error(s), 0 warning(s)编译时错误信息如上所示
我看了一下debug目录,并未生成.bsc文件……再检查Project->settings->Browse Info,里面的路径的确是Debug/mquery.bsc而其他的程序编译时都没问题,但就今天编译的这个出错。请高手指教

解决方案 »

  1.   

    One of the following may have occurred: 1。The file was corrupt.
    2。The file was truncated. Truncation can occur if the compiler runs out of disk space or is interrupted when it is creating the .SBR file. 
      

  2.   

    把*。bsc删了,再编译就可以了。
    这不是什么大问题,
      

  3.   

    to Kingore:根本就一直没生成过.bsc文件啊
      

  4.   

    to yjgx007:硬盘空间肯定够的。如果是.sbr建立时出错,有什么解决方法么?
      

  5.   

    我也出现过类似的问题,检查一下你的头文件是不是没有包含,还有就是你的成员函数的函数体都能打开么?我当时是多了一个},没有匹配,但是编译也没有检查出语法错误,最后发现了!要不你多clean几遍,再rebuild all看看有没有变化!
      

  6.   

    rebuild all 后再ctrl+f5就应可以了
      

  7.   

    删除DEBUG目录,重新Build All