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. "....GUI\Qt\SimpleView\uiSimpleView3.ui(233): error C2501: 'Index' : missing storage-class or type specifiers"
<br>2. "....GUI\Qt\SimpleView\uiSimpleView3.ui(41): error C2332: 'class' : missing tag name"<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 "Form1" is:
<br>1. "....GUI\Qt\Events\main.cxx(36): error C2065: 'Form1' : undeclared identifier"<br><br>Any thoughts? I really appreciate the help.<br><br>CMake 2.4 QT 3.2 VTK 5.0 MSVS 7<br><br>