Issue building/running Examples

Thanks, David. That actually, worked, and generated a solution in which I could build most of the examples (it skipped a few where it said “project not selected to build for this solution configuration”) Unfortunately, examples that actually render into a vtkRenderWindow with a vtkRenderWindowInteractor never render anything (e.g. “Cube” and “LabeledMesh”). In the debugger, they just step over “renWin->Render();” without incident. The only ones that output graphics are the ones that operate like CreateTree and instantiate a vtkGraphLayoutView and never instantiate a vtkRenderWindow directly. Unfortunately, I know I won’t be able to do what I need to do if I can’t even get a smoke test running with a vtkRenderWindow. Any thoughts?

thanks,
Chris