Hello Andreas,
I hope you are doing well.
Based on the new version of ChatGPT 4.5, you can do the following:
Instead of manually building APPSI, you can install a precompiled version of Pyomo with HiGHS solver support from conda-forge. This method avoids the need for Visual C++ build tools completely.
Run the following commands (assuming you have Anaconda/Miniconda installed):
conda create -n pyomo_env -c conda-forge pyomo coincbc highsYou can verify your installation quickly:
pyomo help --solvers