I've also seen this occur with BGL. Before I make a call to connected_components, it's fine. Afterwards, intellisense no longer works. Maybe VS has an issue with reading hpp? Just my wild guess... ________________________________ From: Graham Reitz [mailto:graham.cpp@gmail.com] Sent: Thursday, April 19, 2007 6:55 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Boost and Intellisense... Thanks Paul.
Or have I misunderstood? Are you saying that Intellisense stops working altogether when you use filesystem::path, and then refuses to work on any other code that you type in?
Yes, that's correct. Anything before the line of code, in the original post, works ( i.e. if I do std::[intellisense works]) but after (i.e. std::[no intellisense]) and it doesn't. Also, I didn't mean to imply this is a boost issue, it certainly isn't. But was wondering if other folks have the same issue(s) or know a workaround. Thanks again, Graham