views:

15

answers:

0

Hello,

I have to work with a big project with a lot of files in Eclipse Helios CDT.

The structur of the project is like following:

src
-> common (linked folder)
-> dbHandler
--> folder1
---> ...
--> folder2
---> ...

In folder1 is a h-file which can't find the h-file from the folder ahead.
I think it is stupid to include all folders once by once.

What can I do instead? There must be a way to do this automatically.

EDIT: Perhaps the problem is the return value of make, because it look like that in the console: error: ‘MAX_NUMBER_OF_NODES’ was not declared in this scope