Sharing source and header files in Momentics

I’m new to Momentics and would like to know how I can reference source and header files from one project in another? I have several base class definitions that I would like to build into a number of projects but I only want a single copy of the shared files.

Thanks in advance!

#include <foo.h>

and in the project properties you can add additional Header search paths under the Compiler tab.

Thanks for the info. What about source files? I have a number of common source files that I would like to compile into several projects.

Thanks again

You make a library project, put that source into the library and have all the projects you want using it link with that library.