VC++ fatal error LNK1168: cannot open filename.exe for writing

前端 未结 12 1840
悲&欢浪女
悲&欢浪女 2020-12-01 03:38

suddenly my visual studio express 2010 c++ stopped rebuilding my project.
When I first hit F7 the project builds and runs fine (heck, it\'s a hello world example).
T

12条回答
  •  独厮守ぢ
    2020-12-01 04:21

    I also had this same issue. My console window was no longer open, but I was able to see my application running by going to processes within task manager. The process name was the name of my application. Once I ended the process I was able to build and compile my code with no issues.

提交回复
热议问题