[vtkusers] Missing <vtkstd/string>

David Doria daviddoria at gmail.com
Tue Sep 6 19:59:05 EDT 2011


On Tue, Sep 6, 2011 at 7:54 PM, N David Brown <hubdave at gmail.com> wrote:
> When including the necessary VTK header files in my C++ project in Visual
> Studio 2008, I receive this error:
>
> Cannot open include file: 'vtkstd/string': No such file or directory
>
> It arises on line 25 of vtkstdstring.h, which reads:
>
> #include <vtkstd/string>
>
> I can find a string.c in vtk/Utilities, maybe this is the file I need?
> However I already include vtk/Utilities in my project.
>
> Could someone please tell me what I'm missing?
>
> Best,
>
> David

Are you using CMake to produce your project?

David



More information about the vtkusers mailing list