Search found 1 match

by FelixLttks
Sat Dec 20, 2025 2:21 pm
Forum: ESP-IDF
Topic: Error message: #include errors detected. Consider updating your compile_commands.json or includePath.
Replies: 3
Views: 10579

Re: Error message: #include errors detected. Consider updating your compile_commands.json or includePath.

Since the link does not work anymore, this should work:

https://github.com/espressif/vscode-esp-idf-extension/blob/master/templates/.vscode/c_cpp_properties.json


"includePath": [
"${config:idf.espIdfPath}/components/**",
"${config:idf.espIdfPathWin}/components/**",
"${workspaceFolder}/**"
]

Go to advanced search