Include Paths Errors

Hello,

I’ve been having the same error for a while now, where it says
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit

I’ve attached a picture of my workspace

.platformino contains
[env:nucleo_l496zg]
platform = ststm32
board = nucleo_l496zg
framework = mbed
debug_tool = stlink
upload_protocol = stlink
build_flags =
-Ic:/Users/Hahmed/Documents/PlatformIO/Projects/ML/lib/uTensor/src/uTensor
-Ic:/Users/Hahmed/Documents/PlatformIO/Projects/ML/include/models
-Ic:/Users/Hahmed/Documents/PlatformIO/Projects/ML/include/constants
-Llib/uTensor/src/uTensor
-luTensor

But certain files in the library uTensor, doesn’t find other header files.

How can I fix this?

Thanks in advance