When including the necessary VTK header files in my C++ project in Visual Studio 2008, I receive this error:<br><br><b>Cannot open include file: &#39;vtkstd/string&#39;: No such file or directory</b><br><br>It arises on line 25 of vtkstdstring.h, which reads:<br>
<br><b>#include &lt;vtkstd/string&gt;</b><br><br>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.<br><br>Could someone please tell me what I&#39;m missing?<br>
<br>Best,<br><br>David<br>