[vtkusers] QVTKWidget error

John Drescher drescherjm at gmail.com
Wed Apr 17 22:31:45 EDT 2013


On Wed, Apr 17, 2013 at 10:25 PM, Massinissa Bandou
<Massinissa.Bandou at usherbrooke.ca> wrote:
> thx John for reply,
>
> Do you mean build the solution a second time? Because I did (debug/release)
> and the error still persists.
> I can't even include for example:
> #include "ui_DataProcessGUI.h"
>
>
> Even if I can open the file from the header files in the solution explorer.
>
> Thank you for your help!
>

Check to see if these headers were created in your build tree (not the
source tree). Then make sure that this location is in your
include_directories() probably using include_directories(
${PROJECT_BINARY_DIR})

John



More information about the vtkusers mailing list