8000 Generated c_cpp_properties.json missing include path · Issue #57 · vscode-arduino/vscode-arduino · GitHub
[go: up one dir, main page]

Skip to content

Generated c_cpp_properties.json missing include path #57

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wbkwbk opened this issue Dec 25, 2024 · 0 comments
Open

Generated c_cpp_properties.json missing include path #57

wbkwbk opened this issue Dec 25, 2024 · 0 comments

Comments

@wbkwbk
Copy link
wbkwbk commented Dec 25, 2024

First of all many thanks for this great work - love the extension!!

In my project, I've got the following include errors:

  1. cannot open source file "bsp_api.h" (dependency of "C:\Users\wbk\AppData\Local\Arduino15\packages\arduino\hardware\renesas_uno\1.3.2\cores\arduino\Arduino.h")
  2. cannot open source file "r_adc_api.h" (dependency of "SoftwareSerial.h")

If I manually change the include path in generated c_cpp_properties.json from
"C:\Users\wbk\AppData\Local\Arduino15\packages\arduino\hardware\renesas_uno\1.3.2\variants\MINIMA"
to
"C:\Users\wbk\AppData\Local\Arduino15\packages\arduino\hardware\renesas_uno\1.3.2\variants\MINIMA\**"
to recursively include all subfolders then the required header files are found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0