我正在为Windows 10创建一个UWP项目。
我已经用Google搜索了这个问题,自己清理了obj和bin文件夹。
然后,我的项目文件夹,只有ascii字符。
我的更改没有效果。
1> C:\ Program Files (86)\的MSBuild \ Microsoft.NetNative \ 64 \ ILC \ IlcInternals.targets(1192,5): 错误:内部コンパイラエラー(内部编译错误) 1> C:\ Program Files (86)\的MSBuild \ Microsoft.NetNative \ 64 \ ILC \ IlcInternals.targets(1192,5): 错误:ILT0005:' C:\ Program Files (86)\的MSBuild \ Microsoft.NetNative \ 64 \ ILC \工具\ nutc_driver.exe @"(项目 文件夹)OBJ \ 64 \推出\ ILC \中间\ MDIL \ ECToolControl.rsp"' は终了コード1を戻しました(已退回退出代码1)
答案 0 :(得分:2)
1> C:\ Program Files(x86)\ MSBuild \ Microsoft.NetNative \ x64 \ ilc \ IlcInternals.targets(1192,5):错误:内部コンパイラエラー(内部编译错误)1> C:\ Program Files (x86)\ MSBuild \ Microsoft.NetNative \ x64 \ ilc \ IlcInternals.targets(1192,5):错误:ILT0005:'C:\ Program Files(x86)\ MSBuild \ Microsoft.NetNative \ x64 \ ilc \ Tools \ nutc_driver .exe @“(项目文件夹)obj \ x64 \ Release \ ilc \ intermediate \ MDIL \ ECToolControl.rsp”'は终了コード1を戻しました(已退回退出代码1)
请尝试取消选中项目属性中的Compile with .Net Native tool chain option
。它会起作用。