Failed to compile OpenEDR

I downloaded the file as a zip, opened edrav2\build\vs2019 using Visual Studio 2019 with admin rights and compiled edrav2.sln but it failed.
Attached image is the error message.
1597 out of 1605 are LNK2001 or LNK2019 and the content starts with “unresolved external symbol ~”

What should I do to make the compilation succeed?

hi @kueda , you may simply install pre-built open source EDR release from here:

you may also download the source code (zip or tar.gz) from above URL and build yourself.

I neglected to check Release.
Thanks for the response.