You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all many thanks for this great work - love the extension!!
In my project, I've got the following include errors:
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")
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
The text was updated successfully, but these errors were encountered:
First of all many thanks for this great work - love the extension!!
In my project, I've got the following include errors:
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
The text was updated successfully, but these errors were encountered: