-
-
Notifications
You must be signed in to change notification settings - Fork 723
Closed
Labels
type:CompilerCompiler support or related warningsCompiler support or related warnings
Description
Most likely introduced by #5721.
Description
The build error Modules/Bridge/VtkGlue/src/QuickView.cxx:18:10: fatal error: QuickView.h: No such file or directory 18 | #include "QuickView.h" causes a cascade of build failures.
Steps to Reproduce
Turn on Module_ITKVtkGlue, configure, build.
Expected behavior
Clean build.
Actual behavior
Hundreds of tests not run and failing.
Reproducibility
100%
Versions
Additional Information
Visual Studio editor underlines missing includes:

When trying to build it outside of dashboard setting, I get: C:\Dev\ITK-git\Modules\Bridge\VtkGlue\src\QuickView.cxx(18,10): error C1083: Cannot open include file: 'QuickView.h': No such file or directory
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:CompilerCompiler support or related warningsCompiler support or related warnings