在vs编译的时候,会出现error MSB6006: "cmd.exe" exited with code 1.的错误,为了找到错误的根本原因,可以设置vs使其输出更为详细的错误信息,步骤如下:
TOOLS->Options->Projects and Solutions->Build and Run->MSBuild Project build output verbosity,在下拉框中选择Detailed。
我遇到的是process can not access the file because another process open it, 解决办法是把出问题的project所在的solution中,所有的project的Debug文件夹下编译的中间文件都删掉