I am fairly new to Eclipse so I may be posing a question with a very simple solution (at least I hope so).
I have this common header file I would like to use for multiple projects.
My NBEclipse is installed under D:\CovanData\NBurn while my workspace is under D:\CovanData\Netburner, the various projects are in subdirectories within that workspace.
I have made a folder called D:\CovanData\Netburner\Common\include where I have located my common header file.
I have added the extra path to that directory to the "Includes" list just like you would do for, for example, "D:\CovanData\NBurn\include"
Sure enough: when you then look at the list of "Includes" you can see all the usual include directories associated with the Netburner installation and the new include path I have added.
Just like the usual ones you can click on the new directory/include path and it shows all of the file contents (1 file for now). Click on the file and you see and/or edit it. (see attached screenshot).
What does not work is compiling the project: I get an error message saying it can't find the file referenced to as:
Code: Select all
#include <BinDefs.h>
Anyone with any ideas as to what I am overlooking ?