I was trying to figure out how to compile source code of lighttpd on windows using CMake then compile it using VS-Studio 2022. `cmake -G “Visual Studio 17 2022” -A x64 -S . -B build` The problem is that the source code doesnt like compiling it with VS-Studio 2022, where there were 9 different errors…