I've been developing a rather large project and would like to organize files using folders. However, when I have two folders and want to include files from one another, Arduino will fail to compile. Check the screenshot below for a minimalist example:
I know this is due to some weird behaviors of Arduino compiler in a sense that it will copy all files to another temporary directory before compiling them, but are there any walk around? Thanks!
A relevant question is:
Include header from another directory - Using Arduino / Programming Questions - Arduino Forum

