I have a pyqt5 app that has a fairly straightforward c++ extension. I am trying to figure out the cleanest dev/release stack for windows. I would install PyQt with pip but then I don’t get sip.h etc for the c++ extension. Do other build the whole dev sysroot from source, or by some other way? -Patrick