Possible Duplicate:
visual c++: #include files from other projects in the same solution
I am new to C++ and stuff. In this project I am using Visual C++ 2010 Express. I am trying to use parserlib. Downloaded the files, even opened up the examples. Now I try creating an empty project and am lost at how I can include its files ... I tried putting parserlib into the "Source Files", and include it like:
#include "parserlib/parserlib.hpp"
// OR
#include "parserlib.hpp"
Both didnt work. I think I need to set some include paths or something?