We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff3a2b commit 0069117Copy full SHA for 0069117
.vscode/c_cpp_properties.json
@@ -13,7 +13,7 @@
13
"name": "Win32",
14
"includePath": ["${workspaceFolder}/**", "${workspaceFolder}/include"],
15
"defines": [],
16
- "compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33617/bin/Hostx64/x64/cl.exe",
+ "compilerPath": "${env:VCINSTALLDIR}/bin/Hostx64/x64/cl.exe",
17
"cStandard": "c17",
18
"cppStandard": "c++17",
19
"intelliSenseMode": "windows-msvc-x64"
0 commit comments