Forum Discussion
Altera_Forum
Honored Contributor
15 years agoIncludes not resolving
I'm unable to get Eclipse 10.1 to include anything not in the current directory or the built-in directories. For example, I have:# include "net.h"# include "./subdir/net.h"# include "c:/FullPathTo...
Altera_Forum
Honored Contributor
15 years agoJust a guess: in your paths try '\' instead of '/'.