Replies: 1 comment
-
The includePath property in c_cpp_properties.json doesn't apply to the command line you're using with nvcc. You need to add the |
Beta Was this translation helpful? Give feedback.
0 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.
-
We want to import a header file in another directory, when we import the header file, no error is reported, but an error is reported when compiling.

We have set include path like this
"includePath": [
"${workspaceFolder}/**",
"/usr/local/lib/python3.6/dist-packages/torch/include"
],
Beta Was this translation helpful? Give feedback.
All reactions