Error:1>vtkcommon.lib (vtkdebugleaksmanager.obj): Error LNK2038: "_iterator_debug_level" mismatch detected: value "0" does not match value "2" ( cloudviewer.obj) error reason :
Debug uses the release library file. even if you add two in the library, but the release library file is placed in front of debug, also error, by default in order to use the library file. Similar error : Release under the use of DEBUG library file, error similar: Error LNK2038: Detected "_iterator_debug_level" mismatch: the
value "2" does not match the value "0". Workaround:Use debug generated Lib library file under Debug, that is, when compiling Lib library file, choose Debug mode, release the Lib library file generated under release, that is, when compiling Lib library file , select release mode. One class, do not mix.
"_iterator_debug_level" mismatch: value "0" does not match value "2"