VS2017编译linux程序时,如果出错,一般会出现下面的错误提示信息:
1 | g++ exited with code 1, please see the Output Window - Build output for more details (NOTE: |
解决办法如下:
1 | VS2017 -> 工具 -> 选项 -> 项目和解决方案 -> 生成并运行,将“MSBuild项目生成输出详细级别”和“MSBuild项目 |

VS2017编译linux程序时,如果出错,一般会出现下面的错误提示信息:
1 | g++ exited with code 1, please see the Output Window - Build output for more details (NOTE: |
解决办法如下:
1 | VS2017 -> 工具 -> 选项 -> 项目和解决方案 -> 生成并运行,将“MSBuild项目生成输出详细级别”和“MSBuild项目 |
