Anywhere's C/C++ extensions is not working

Describe the Bug

After installing Anysphere’s C/C++ extension successfully, open a C++ source file in Cursor on a remote machine via SSH, and I got the following error from C/C++ output window:

Warning: Expected file /home/wanliz/.cursor-server/extensions/anysphere.cpptools-2.0.2-linux-x64/bin/cpptools is missing.

Warning: Expected file /home/wanliz/.cursor-server/extensions/anysphere.cpptools-2.0.2-linux-x64/bin/cpptools-srv is missing.

Warning: Expected file /home/wanliz/.cursor-server/extensions/anysphere.cpptools-2.0.2-linux-x64/bin/cpptools-wordexp is missing.

Warning: Expected file /home/wanliz/.cursor-server/extensions/anysphere.cpptools-2.0.2-linux-x64/bin/libc.so is missing.

intelliSenseEngine is disabled

Steps to Reproduce

Install Anysphere’s C/C++ extension in Cursor on Linux x64
Open any C++ source file
Open output window and select C/C++ drop its drop-down list

Expected Behavior

intelliSenseEngine should be working

Screenshots / Screen Recordings

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.1.3 (Universal)
VSCode Version: 1.96.2
Commit: 979ba33804ac150108481c14e0b5cb970bda3260
Date: 2025-06-15T06:37:17.379Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin arm64 25.0.0

Additional Information

I also tried to download VSIX and install this extension manually, but there is no required binaries when I unzip the offline VSIX package

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hi @Wanli_Zhu, 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.