Download the libdrawable, rdrblend, pybind11 and librdr3 zip files. Inside "PyLibDrawable\extern" add all of pybind11 into "pybind11" and librdr3 into "libdrawable" (no extra folders just the files so VS can read the Cmakes) Open Visual Studio 2022 (not code) and open the folder PyLibDrawable after you have added the pybind and librdr3 files into extern. In the bottom it should load, after it does at the top under "Build" click "Build All" or "Ctrl+Shift+B, should return " [14/14] Linking CXX shared module pylibdrawable.cp310-win_amd64.pyd Build All succeeded." The .pyd you need should now be found here > "user\PyLibDrawable\out\build\x64-Debug\pylibdrawable.cp310-win_amd64.pyd" now change pylibdrawable.cp310-win_amd64.pyd > pylibdrawable.pyd Drag this .pyd into your extracted RedDeadBlend add on folder, then re zip, and install to blender. If you attempted this prior to any of these steps delete your scripts folder, and reinstall the Add-On %appdata% "AppData\Roaming\Blender Foundation\Blender\3.2" You need python 3.10.2! along with blender 3.2! Any newer version didn't work https://www.python.org/downloads/release/python-3102/ https://github.com/Sage-of-Mirrors/PyLibDrawable https://github.com/pybind/pybind11 https://github.com/Sage-of-Mirrors/librdr3 https://visualstudio.microsoft.com/vs/