I created a linked file in eclipse, it was created fine and I can see it in the folder where I created it.
However, when I go an build the project I get an error saying:
fatal error: myfile.h: No such file or directory
If I instead place the actual file in that folder it builds fine.
Do I need to do something additional?
Pd. I already refreshed the project and did a clean build...
Thanks in advance.