I'm using Visual Studio Build Tools 16.7.5 on Windows 10 Pro to compile main.cpp however I keep running into this error
C:\Users\...\Source\Repos\onion-monero-blockchain-explorer>cl /EHsc main.cpp
src/page.h(10): fatal error C1083: Cannot open include file: 'mstch/mstch.hpp': No such file or directory
Please excuse my ignorance on not knowing how to compile a C++ file. I looked for resources to explain the problem but struck out.
I'm using Visual Studio Build Tools 16.7.5 on Windows 10 Pro to compile main.cpp however I keep running into this error
Please excuse my ignorance on not knowing how to compile a C++ file. I looked for resources to explain the problem but struck out.