Could not load type StringTools.FowlerNollVo1aHash

Recently, I downgraded my Visual Studio 2022 Enterprise installation to Visual Studio 2022 Professional, which worked well, except that I couldn’t compile anything with CMake and couldn’t open most C# projects, as MSBuild was failing with the following cryptic error message: Project.csproj : error : The expression “[MSBuild]::StableStringHash(Project.csproj)” cannot be evaluated. Could not load type […]

TIL: CPM, Clang & iOS on Windows

In this Today I Learned (TIL) format, I want to very briefly share things I’ve come across and learned from today. CMake Package Manager Someone on the SFML Discord was trying to get SFML to play nice with their CMake script which uses CMake Package Manager (CPM). CPM is not a built-in functionality or officially […]