Discussion:
Configuring Visual Studio's Include Path
(too old to reply)
KevinSimonson
2010-10-22 18:43:32 UTC
Permalink
I'm trying to use Visual Studio to build the source code for Shareaza,
but every time I try to build it complains with a "fatal error C1083:
Cannot open include file: 'boost/cstdint.hpp': No such file or
directory" "cstdint.hpp" exists in directory "C:\Program Files\boost
\boost_1_44\boost". A poster knowledgeable with Boost told me that I
need "to configure the include path for the project to refer to that
path," but he doesn't know how to do that with Visual Studio. Could
someone on this use group tell me how to do that?

Kevin S
David Lowndes
2010-10-22 22:02:22 UTC
Permalink
Post by KevinSimonson
A poster knowledgeable with Boost told me that I
need "to configure the include path for the project to refer to that
path," but he doesn't know how to do that with Visual Studio. Could
someone on this use group tell me how to do that?
For a Boost installation, I'd use Tools, Options, Projects and
Solutions, VC++ Directories to set the path.

Dave

Continue reading on narkive:
Loading...