Hi
I'm trying to link two projects in the same workspace. Essentially I'm trying to make it so that project 1 references the header/source files in project 2.
I added project 2's header file location in project 1's properties->System Options-> User Include Paths. This causes no errors in project 1's code when including Project 2 headers, but during the linking phase it does not find project 2!
Can anyone suggest a way to link and build this setup correctly?



