Re: Installation Question (Cannot open include files)
Posted by Luigi Ballabio-2 on
URL: http://quantlib.414.s1.nabble.com/Installation-Question-Cannot-open-include-files-tp3378p3379.html
On 2004.10.21 08:48, Sergei Kucherenko wrote:
>
> I am using Visual C++ to build QuantLib 0.3.7. After
> receiving the error message that it could not find
> 'boost\version.hpp', I added the path
> 'C:\Boost\include\boost-1_31' to inculde directories
> - under project properties / C/C++ / preprocessor.
Sergei,
as you might want to use Boost for other projects, you might be
better off adding it to the VC++ general include path itself rather than to
the QuantLib project. You can do it from the main menu,
Tools/Options.../Directories
Hope this helps,
Luigi