Cube not finding references even though path included
I have a FreeRTOS project but I cant use xTaskCreate even though its in the paths list (see image below)
Frustratingly this is the exact same set up I was using last week in a similar project that worked but today.... no dice.
Why isn't the compiler finding the references? They all exist in the directories in the paths & includes list. In fact if I right click & ask to find the definition Cube quite happily opens the correct file, so why cant the compiler find them?
I check that the flag for the xTaskCreate define was set correctly (it is).
EDIT :: User error, I forgot to delete the GCC folders for all the other ARM_CMxx processors that I'm not using. Hence I was getting what were in fact multiple define errors.

