I am getting a number of errors such as below when building VTK 5.6 on Windows x64 using Visual Studio 2008<br><br>-I downloaded the .zip<br>-ran CMake 2.8 (selected Studio 2008 x64 native compilers)<br>-tried to build "Debug" configuration<br>
<br><br>.\vtkOpenFOAMReader.cxx(950) : error C2666: 'std::basic_string<_Elem,_Traits,_Ax>::operator []' : 3 overloads have similar conversions<br><br>What's the trick here?<br>