clangd installed via mason-lspconfig shows "Use of undeclared indentifier" for evreything

292 views Asked by At

Recently, I took on a C++ project involving 2D games. I started by setting up neovim with clangd LSP but upon opening the project, I encountered warning messages(alotough in red), such as "Use of undeclared identifier" and issues with libraries, like "" file not being found. Despite these warnings, the project runs smoothly as intended using CMake.

I attempted to address these warnings by exploring the configurations in lspconfig.clang.setup but found no relevant solutions. Switching to Visual Studio Code, I observed a reduction in some of these warnings, but encountered different ones instead.

0

There are 0 answers