我的颤振博士说:
Visual Studio - develop for Windows
X Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all
of its default components.

我怎样才能解决这个问题?
发布于 2022-02-11 14:26:26
它基本上是说,如果您想为Windows开发您的颤振应用程序,您将需要安装VisualStudio2022,在安装VisualStudio2022时,您需要下载以下内容:用C++进行桌面开发
此外,您还必须在下面安装第三个链接:视听演播室
安装Visual之后,还可以使用C++工具进行桌面开发,然后导航到工具、→、get工具和C++桌面开发功能。

发布于 2022-02-11 13:09:36
正如它所述,您需要下载Visual Studio (这与Visual代码不同)。
安装时,请记住选择所需的包Desktop development with C++。

这不会阻止您开发移动应用程序,但这只是Windows开发的一个要求。
https://stackoverflow.com/questions/71080518
复制相似问题