我試圖編譯一個項目,我得到一個奇怪的錯誤不能在Visual Studio編譯項目2012
error MSB6003: The specified task executable "CL.exe" could not be run. The process cannot
access the file 'C:\Program Files\Microsoft DKs\Windows\v7.1\Samples\multimedia\directshow\
filters\myparser\UnitTest\Debug\cl.read.1.tlog' because it is being used by another
process. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets
什麼可能會導致這樣,我該如何解決呢?
您是否已經在VS之外運行應用程序? – GrandMasterFlush
是不是你的錯誤很明顯? 「cl.read.1.tlog正在被另一個進程使用」 – DzungAh
您是否嘗試查找並終止使用該文件的應用程序? – avignat