Include files help.
I have a source folder named components where each subfolder has a .c and a .h file, see screenshot below.
I am trying to include these files, but they cannot be found. So far, I know that I should add the relative path and so I did. (I also tried to replace the ../ with the ./ in the #include).
How to solve?
