CubeIDE ignoring include path
I having trouble with the include path of the compiler.
I have a header file that is outside my projecto folder, main.h (this was imported from the 1_Image_BFU example). And the header cannot find the header inside my project even though I have included in the path.
The structure is as follow:

In the main.h I added the #include "testinclude.h", and added the following path in the projcet properties:

However when I try to compile I get an error that the file cannot be found.

I test with the full path in the include
#include "../../STM32CubeIDE/Application/Core/Inc/testinclude.h", and it compile fine.
So it seems that the compiler is ignoring the path configure in properties, I tried moving the file to other location in different folder and change the path accordingly however I get the same result.
Is there another place to configure the path for include files?
Thank you very much,
Best Regards,
Leandro