开发者社区 问答 正文

vs2013编译MSB8011: Failed to register output

C:Program Files (x86)MSBuildMicrosoft.Cppv4.0V120Microsoft.CppCommon.targets(1620,5): error MSB8011: Failed to register output. Please try enabling Per-user Redirection or register the component from a command prompt with elevated permissions.

展开
收起
a123456678 2016-03-20 10:04:44 5889 分享 版权
2 条回答
写回答
取消 提交回答
  • 工程-->Propertier-->Linker-->General-->Register Output-->NO

    2019-07-17 19:08:45
    赞同 展开评论
  • Solution Explorer ->项目节点->鼠标右键->Properties->Linker ->General->Pre-user Redirection 设为TRUE 就好了。
    对应的中文版是:
    Solution Explorer ->项目节点->鼠标右键->属性->链接器->常规->逐用户重定向

    2019-07-17 19:08:45
    赞同 展开评论
问答地址: