C++ intellisence Problem #12540
Unanswered
kushuaiming
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @kushuaiming what is the path to |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My Environment is Ubuntu 20.04, VSCode Version 1.92.0


Almost all build in c++ library cannot find kernel file, and the error log is like this: cannot open source file "asm/unistd_nr_n32.h"
My c_cpp_propablities.json file is:
I have install kernel files by use
sudo apt-get install linux-headers-$(uname -r)
and this solve some "cannot find files" problem, but there are still some files cannot find, such as "asm/unistd_nr_n32.h".How can i download or install something, so c++ intellisence can find "asm/unistd_nr_n32.h", or how can i modify settings so the c++ intellisence no need to find this file?
Beta Was this translation helpful? Give feedback.
All reactions