In my AS7 project I want to include '.h' file present in directory outside of project. I used relative path of the file to be included, in my main.c file but getting build error as "file not found". I want to avoid adding the source & header files to my project as copy or as link.
I came across this question "https://www.avrfreaks.net/forum/s..." but this is w.r.t. AS6. Is to possible to achieve this in AS7? Is creating library only solution for this?