1. Install vcpkg > git clone https://github.com/microsoft/vcpkg > .\vcpkg\bootstrap-vcpkg.bat > .\vcpkg\vcpkg integrate install 2. Install libftdi and libusb (static - likely what you want) > vcpkg install libftdi1:x64-windows-static-md libusb:x64-windows-static-md