- 已关闭。**此问题为not reproducible or was caused by typos。当前不接受答案。
这个问题是由打字错误或无法再重现的问题引起的。虽然类似的问题在这里可能是on-topic,但这个问题的解决方式不太可能帮助未来的读者。
14小时前关门了。
Improve this question
我创建了一个空的C项目来进行一些C培训
我在编译时遇到此错误,因此我希望将编译器升级到最新版本或至少17
- 错误C7529:多个using声明符至少需要"/std:c++17 "**
- 我找不到常规编译器选项窗口/ui
- 我到处都找过了,只找到一个JSON配置文件
{
"configurations": [
{
"inheritEnvironments": [
"msvc_x64"
],
"name": "x64-Debug",
"includePath": [
"${env.INCLUDE}",
"${workspaceRoot}\\**"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "windows-msvc-x64"
}
]
}
谢谢你的帮助
[编辑]
vs start
vs2022
vs2022 about
1条答案
按热度按时间nfs0ujit1#
好的,想通了。我打开了文件夹而不是解决方案。我的错
select open solution, not open folder