The Npcap SDK is the first to use Libpcap 1.10 headers. Those headers impose a requirement on Visual Studio 2015 or later. It appears this was done to Libpcap in 2019 to ensure %zu format string support. We've opened an upstream issue the-tcpdump-group/libpcap#1034 to determine whether this can be moved to an internal libpcap header just to ensure that people compiling Npcap itself have a recent VS (which we do for our Npcap builds of course) or whether it really needs to be imposed on people compiling code which simply links to the libpcap packet.dll included with Npcap. Until we get this resolved, people who MUST use such old versions of Visual Studio can use the Npcap SDK version 1.07 instead. It is available here.