STM32CubeIde wipes out my include paths that I have added into the project. Is there a way to prevent this from happening? If not, can it be fixed?
After creating a project, using the STM32CubeMx feature within STM32CubeIde, I typically add some additional include paths using project>properties>C /C++ General>Path and Symbols>Includes. However, if I go back into the STM32Cube ioc file and add features followed by saving and generating new feature code all of my custom include paths are wiped out. What pain!
STM32CubeMx is good about leaving custom code untouched (if located in the proper areas) but isn't user friendly when any project properties are added. Am I missing a control option that might prevent this from happening?
