C_cpp_properties.json Not Working with C/C++ Extension

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Same as described here but the solution is no longer valid since C/C++ from ms-vscode is not available

Steps to Reproduce

See previous closed post

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.5.11 (Universal)
VSCode Version: 1.99.3
Commit: 2f2737de9aa376933d975ae30290447c910fdf40
Date: 2025-09-05T03:48:32.332Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 23.5.0

Does this stop you from using Cursor

Yes - Cursor is unusable

I’ve flagged it my colleague who can help with this better

Hi @Joao_Abrantes, the Anysphere C/C++ extension relies on Clangd for the language server, which needs to be configured via a compile_commands.json (the build tool, such as CMake, can generate this file). Please see Intellisense disabled in new C++ extension and the Clangd Getting Started Guide for more on configuring Clangd.