microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

version 1.20.5 unable to find standard library header file.

icetd opened this issue · comments

commented

Environment

  • OS and Version: Win11 23H2
  • VS Code Version: 1.89.1
  • C/C++ Extension Version: 1.20.5
  • If using SSH remote, specify OS of remote machine:

Bug Summary and Steps to Reproduce

Bug Summary:

Steps to reproduce:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior:

Configuration and Logs

[5/23/2024, 7:33:30 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.
[5/23/2024, 7:33:32 PM] Unable to resolve configuration with compilerPath "d:/microsoft visual studio/2022/community/vc/tools/msvc/14.40.33807/bin/hostx64/x64/cl.exe".  Using "cl.exe" instead.

Other Extensions

No response

Additional context

version 1.20.5 unable to find standard library header file.

This might be the same as #12293.

commented

Thank you.