Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost and Intellisense
From: Alex Perry (Alex.Perry_at_[hidden])
Date: 2018-05-15 16:24:55


On 15 May 2018 07:55 Leo Cacciari [mailto:leo.cacciari_at_[hidden]] wrote:

>Hi,
>
>I'm developing a windows application using boost libraries.
>Unfurtunately, some parameters of it are totally out of my control, nor I have the leverage needed to change it. Namely,

....

It works for me using VS2012 and boost 1.55 which is pretty close to your target restrictions.

Are the boost directories reachable / defined within the project?

Ie when you do

#include <boost/ ....

Does Intelli-sense start navigating through the boost hierarchy of includes for you?

If not then either working within a dummy project pathing in the boost headers or setting VC global environment as per https://stackoverflow.com/questions/2676417/how-do-include-paths-work-in-visual-studio might help.

Alex


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net