qPCR4vir / nana-docs

A Nana offline doxygen dodocumentation project
54 stars 6 forks source link

Building in VS 2019 #13

Closed ThePatrickMartin closed 3 years ago

ThePatrickMartin commented 3 years ago

Filesystem.cpp is causing a problem building in VS 2019, even after targeting for VS 2017 platform tools + WinSDK 10.0.16299.0.

image

If I can get a successful build in VS2019, I'll be happy to add the additional required steps to this document (including disabling precompiled headers).

Any advice here?

ThePatrickMartin commented 3 years ago

UPDATE: This issue can be closed. Opening the .sln file directly from the nana/build/ide folder and building works with no ussues.