2025-11-28 6:22 AM
I'm working on an STM32 project using STM32CubeIDE with CMake as the build system. I need to add custom include paths for my own header files.
I tried to include my_folder from C/C++ General -> Paths and Symbols -> Includes, but it doesn't work.
Note that under C/C++ Build -> Settings there is no settings to include anything, which are available only when working with STM32CubeMX/STM32CubeIDE Project
2025-11-28 6:31 AM
Right-click a folder in the Project Explorer:
I would hope that would do things "properly" ...
2025-11-28 6:59 AM
The Add/remove include path... option is not clickable...