Hi, <br><br>I want to add LibLAS to an existing project. I have downloaded <a class="reference external" href="http://download.osgeo.org/liblas/libLAS-1.6.0b4.zip">libLAS-1.6.0b4-src.zip</a>.<br>I also followed the instruction of how to compile it using cmake and Boost. I did all of that.<br>
<br>My problem is I don&#39;t know how to add these files to my project when using Visual studio 2008, so that when I add #include &lt;liblas/laspoint.hpp&gt; in my code it can locate laspoint.hpp.<br><br>How should I address libLAS code folder in my project to use it for compilation and how to include all headers and source files to my project?<br>
<br>Thank you.<br>afn<br>