Include paths (-I) stopped working
Hi all,
Previously, I've been adding all paths with the used header files in the Project->Properties->C/C++ Build->Settings->MCU GCC Compiler->Include paths->Include paths (-I), like this:

It has been working pretty well, until it just stopped. The last thing that I've tried to add is "${workspace_loc:/${ProjName}/Firmware/MCU/Processor/FPU/FPU_Reg}" path and the compiler doesn't see header files stored there anymore. So, if I write #include "Cortex_M4_FPU_Reg.h" in source files, the build console throws out this error:

but when I write #include <FPU/FPU_Reg/Cortex_M4_FPU_Reg.h>, everything is ok.
Does anyone know why Include paths (-I) worked previously, but now it stopped accepting new paths?
