Hi,
I am using Visual Studio 2019 (not community version).
My cmake step is succeeding, but when I try to build, it is pointing at an invalid solution configuration.
My cmake command is:
I don't know why it is trying to build with RelWithDebInfo | x86. The configuration (given as the cmake -A param) that exists in the solution file is RelWithDebInfo | x64.
I am able to build Wireshark from inside the VS IDE.
Apologies for not digging deeper into this myself, I use linux and only create occasional internal Windows releases for team members.
Best regards,
Martin