Could you please provide the code that crashes? The issue was closed before we migrated to GitLab because it was reported to have been a mixup where some debug libraries were being loaded by the release build (or vice versa).
If you build the debug version of VTK and then build one of the examples please ensure your paths point to the debug version of VTK. Similarly if you build the example in release mode it must use the release dlls of the VTK build. I get caught sometimes in that ifthe example is built in release mode but my system VTK path is pointing to the debug dlls, hence the crash.