I'm using Visual Studio 2019. I cloned this repo and opened ddcccli.sln.
- The header files weren't included in the project. I had to add
include/ to the includes in the project properties myself
- The project used a C++14 compiler by default. I changed it to the C++20 compiler.
- Now the only errors left are these:

Got any idea how to fix this?
I'm using Visual Studio 2019. I cloned this repo and opened
ddcccli.sln.include/to the includes in the project properties myselfGot any idea how to fix this?