【发布时间】:2017-07-31 06:46:42
【问题描述】:
我在 vs2017 中创建了一个 c++ linux 项目。 我设置了与 WSL(Linux 的 Windows 子系统)的连接。 当我构建或尝试调试时,我收到以下错误:
Current project architecture ‘x64’ is incompatible with the remote system architecture ” (‘Unknown’). Please switch the project architecture to ” in Configuration Manager
如何解决?
【问题讨论】:
标签: c++ linux visual-studio-2017 windows-subsystem-for-linux