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

前端 未结 12 1841
悲&欢浪女
悲&欢浪女 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:02

    Start your program as an administrator. The program can't rewrite your files cause your files are in a protected location on your hard drive.

提交回复
热议问题