Please see
https://mfix.netl.doe.gov/forum/t/can-not-build-mfix-solver-in-mfix23-2/5029
It looks like there may be a problem with the cmake 3.27.4 in conda-forge (the library MSVCP140D is a debug library, production code should not depend on this, so perhaps this package was improperly built using debug mode). Version 3.27.6 is reported to work. So conda install -c conda-forge cmake=3.27.6 should fix the issue for you.