I am trying to add user include directories and it seems like I need to add every subdirectory individually before it is recognized and can be found. E.g. the header files reside in
When I only include C:\foo in the User Include Directories I get compiler errors about missing files. Do I need to include all sub-folders to get it working or is there a recursive way of doing it. I have quite a few sub-folders and sub-sub..directories so that means a little manual work.
Also: The files in C:\foo\bar1 and C:\foo\bar2 are all included in my project so I am suprised that I have to specify these a User Include Directory. Is that normal?
I am Using Segger Embedded Studion Release 3.12 Build 2107020902.31103 on a Windows x64 machine.
Thanks!
When I only include C:\foo in the User Include Directories I get compiler errors about missing files. Do I need to include all sub-folders to get it working or is there a recursive way of doing it. I have quite a few sub-folders and sub-sub..directories so that means a little manual work.
Also: The files in C:\foo\bar1 and C:\foo\bar2 are all included in my project so I am suprised that I have to specify these a User Include Directory. Is that normal?
I am Using Segger Embedded Studion Release 3.12 Build 2107020902.31103 on a Windows x64 machine.
Thanks!