Hey<br><br>Having trouble getting vtk/qt examples to compile. I am getting a number of error messages mostly along the lines of: <br>1. &quot;....GUI\Qt\SimpleView\uiSimpleView3.ui(233): error C2501: &#39;Index&#39; : missing storage-class or type specifiers&quot;
<br>2. &quot;....GUI\Qt\SimpleView\uiSimpleView3.ui(41): error C2332: &#39;class&#39; : missing tag name&quot;<br>In general the *.ui file is making the compiler very angry.<br><br>For the GUI\Qt\Events, I am getting a number of errors based around not knowing what &quot;Form1&quot; is: 
<br>1. &quot;....GUI\Qt\Events\main.cxx(36): error C2065: &#39;Form1&#39; : undeclared identifier&quot;<br><br>Any thoughts? I really appreciate the help.<br><br>CMake 2.4&nbsp; QT 3.2&nbsp;&nbsp; VTK 5.0&nbsp;&nbsp; MSVS 7<br><br>