LNK2001 error building wireshark
In a clean virtual machine install I followed the x64 Win wireshark build instructions and while the cmake process completes correctly, the build stage fails with the program unable to find things related to Qt. Here's one line out of over 3600 errors:
export_object_dialog.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __cdecl QProgressBar::setValue(int)" (__imp_?setValue@QProgressBar@@QEAAXH@Z) [C:\Development\wsbuild64\wireshark.vcxproj]
What is your QT5_BASE_DIR env var set to? What version of VS are you sing and what version of the source are you attempting to build?