My project has all the visual studio solutions and projects stored in ./win/vc100, sources in ./src/ and libraries in ./lib/
Now if I want to add additional libraries to include I need to specify the path as ../../lib/library_name
Is there any way to set the root to be at . rather than ./win/vc100 ?