Let me explain briefly my question: <br><br>I have the following dir structure with my source file: <br>&nbsp; foo/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; library/{ some code here for the library}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; samples/<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; example1/{&nbsp; some code here for example 1}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; example2/{&nbsp; some code here for example 2}<br><br>My goal is to create VC++ solution/project structure which will be similar for above file structure: <br>&nbsp; solution FOO/<br><br>