[vtkusers] Error with vtkstd

David Doria daviddoria at gmail.com
Sun Sep 19 21:10:34 EDT 2010


On Sun, Sep 19, 2010 at 8:49 PM, Bob Palank <bob at stlcc.org> wrote:
> Running XP Pro SP3 and  VS2008 Pro using  .Net 3.5 SP1
>
>
>
> Running XP Pro SP3 and  VS2008 Pro using  .Net 3.5 SP1 with a new vtk 5.6.0
> install
>
> It appears that
>
>     #include <vtkstd/vector>
>
> causes this error condition
>
>     Error 2 fatal error C1083: Cannot open include file: 'vtkstd/vector': No
> such file or directory
> d:\vtk560\include\vtkunicodestring.h    50           ConeFor2008
>
> -------------------------------------------------------------------------------------------
>
> So I try
>
> // #include <vtkstd/vector>      // Source of error
>
> #include "d:\vtk560\include\vtkstd\vector"
>
> //  But this generates more errors
>
> --------------------------------------------------------------------------
>
> Any ideas ?

Try just
#include <vector>

David



More information about the vtkusers mailing list