mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file … Access is denied

后端 未结 11 1446
礼貌的吻别
礼貌的吻别 2021-02-02 07:02

I often have this problem even when I build a new C++ project and try to build a release file.

I use Visual studio 2008. One thing that may cause this problem is my code

11条回答
  •  别那么骄傲
    2021-02-02 07:41

    If you are embedding a manifest file, your anti-virus program may lock and scan your exe file before embedding the manifest.

    I recommend disabling anti-virus from reading your DEBUG and RELEASE output folders.

提交回复
热议问题