<div dir="ltr">Hello Devs,<div><br></div><div>Am getting the following linker errors (many) when building QGIS in MSVC 2022, it seems the conflict is related to libprotobuf-lite.lib library. However, on my CMakeList file, I have specified the entry <b>Protobuf_LIBRARIES = libprotobuf.lib</b> (which I suspect is the debug version of the library)</div><div><br></div><div><i>Error LNK2038 mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2'<br>in mocs_compilation_Debug.obj qgis_core \build\src\core\libprotobuf-lite.lib(zero_copy_stream_impl.cc.obj) 1<br><br>ibprotobuf-lite.lib(implicit_weak_message.cc.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in mocs_compilation_Debug.obj<br></i></div><div><br></div><div>What am I missing?</div><div><br></div><div>Many thanks,</div><div>Paul</div></div>