VC9 C1083 Cannot open include file: 'boost...' after trying to abstract an include dependency
- by ronivek
Hey,
So I've been working on a project for the past number of weeks and it uses a number of Boost libraries. In particular I'm using the boost::dynamic_bitset library quite extensively.
I've had zero issues up until now; but tonight I discovered a dependency between some includes which I had to resolve; and I tried to do so by providing an…