well, I am trying to include a header file in my project, while the header actually belongs to the other project in the same workspace.
I don’t want to do something like
../../folder_name/header_file_name.
If it helps I am using VisualC++ 6.0.
Thanks!
well, I am trying to include a header file in my project, while the
Share
For Visual C++ 6.0, go to Tools / Options / Directories / Show directories for: Include files, and then add the full path to the folder where your other header file resides.