I downloaded a project from github and ran it through vs code on ubantu, but vs code told me that I couldn’t find the header files,But I can trace these header files like vtkVersion.
Here is my cmakeLists.txt:
hello:
I have tested the new version of the sample code, but the same problem still exists: the header file cannot be found for seconds. I think there may be a problem with the header file search path configuration of g++。
here is the includepath.json:
This is the path where my header file is located:
According to the online data, it is not necessary to configure environment variables for installing vtk in the ubantu system, so I think it is not the environment variables that have problems.