You can run update_project.py script to locate local Python installations automatically. You can run following commands if it doesn't work well. These variables are used in pybinkit project file.
setx PYTHON2_PATH C:\Python27\
setx PYTHON2_LIB_NAME python27.lib
setx PYTHON3_PATH %USERPROFILE%\AppData\Local\Programs\Python\Python38\
setx PYTHON3_LIB_NAME python38.lib
pip install pybind11
Open binkit.sln solution file to compile Loader and pybinkit project
- Use Visual Studio 2019