I have 1 project. I imported in this project many external VC++ projects.
I wanna to import in a .c file which resides in one of the included projects a .h (header file) which resides in another included VC++ project.
How can achieve this?
I have 1 project. I imported in this project many external VC++ projects. I
Share
In the properties for the project, add the location of the header files to the
item.
To get the library project linked in, add a reference to it in the:
item.
I wish that adding the project reference would get the IDE to automatically add the refered-to project directory to the include file path, but it doesn’t.