<div>When compiling with the inclusion of just one file:    #include &quot;vtkRenderer.h&quot;</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-&gt;c:\program files (x86)\microsoft visual studio 10.0\vc\include\typeinfo(92): error C2504: &#39;exception&#39; : base class undefined</div><div><br></div><div>to #326-&gt;c:\program files (x86)\microsoft visual studio 10.0\vc\include\xutility(3027): error C2061: syntax error : identifier &#39;true_type&#39;</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>