<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi<br>
<br>
Im trying to compile the example listed here,<br>
<br>
<a href="http://www.vtk.org/Wiki/VTK/Examples/Qt/RenderWindowUi">http://www.vtk.org/Wiki/VTK/Examples/Qt/RenderWindowUi</a><br>
<br>
I have used Cmake and the listed CMakeLists.txt to generate the VS
solution file. Cmake finds my VTK and QT installation no problem,
however when comiling in VS 2008 Pro I a faced with,<br>
<br>
fatal error C1083: Cannot open include file: 'ui_SimpleView.h': No such
file or directory<br>
<br>
The file is included in<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span
 class="Apple-style-span"
 style="font-family: sans-serif; font-size: 13px; line-height: 19px;">
SimpleView.cxx, but it is not listed on the page, commenting the
include out doesn't work.<br>
<br>
Any suggestions?<br>
<br>
----<br>
As a side note, in the CMakeLists.txt the first line is...<br>
&nbsp;</span></span><span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span
 class="Apple-style-span"
 style="font-family: monospace; font-size: 10px; text-align: left;">
<pre class="de1"
 style="border: 0px none white; margin: 0px; padding: 0px; background: inherit inherit inherit inherit inherit; color: black; line-height: normal; font-family: monospace; font-weight: normal; font-style: normal; -moz-background-clip: inherit; -moz-background-origin: inherit; -moz-background-inline-policy: inherit;"><span
 class="kw1" style="color: rgb(31, 63, 129);">cmake_minimum_required</span><span
 class="sy0" style="color: rgb(25, 125, 139);">(</span><span class="kw3"
 style="color: rgb(7, 120, 7);">VERSION</span> 2.9<span class="sy0"
 style="color: rgb(25, 125, 139);">)

</span><span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span
 class="Apple-style-span"
 style="font-family: sans-serif; font-size: 13px; line-height: 19px;">However the latest release is .. 2.8.1, So I changed the line to read 2.8 instead of 2.9</span></span>
</pre>
</span></span>
</body>
</html>