<div>When compiling with the inclusion of just one file: #include "vtkRenderer.h"</div><div><br></div><div>the compiler squawks with 326 errors (more but cut off listing). MS file[ typeinfo, ...] (example):</div>
<div><br></div><div>from #1->c:\program files (x86)\microsoft visual studio 10.0\vc\include\typeinfo(92): error C2504: 'exception' : base class undefined</div><div><br></div><div>to #326->c:\program files (x86)\microsoft visual studio 10.0\vc\include\xutility(3027): error C2061: syntax error : identifier 'true_type'</div>
<div><br></div><div>I imagine I have the wrong compiler/linker settings and/or CMake could not find a certain data type. </div><div>Any suggestions?</div><br><br><br>