Render window doesn't appear when running examples

I am new to VTK. I have installed the latest version, using CMake and Visual Studio 2017 on Windows 10. I have download and compiled c++ examples (Sphere, PolyDataToImageData, and Glyph3DImage) but when I run the executables not rendering window appears, There are no error messages either. Has anyone got any ideas? This seems to be an OpenGL related issue. Many thanks

By default, VTK tests are executed in non-interactive mode and displaying of render windows are avoided as much as possible. You may try to run the test in interactive mode by specifying -I command-line argument.