I want to build the DNP3 solution on Visual Studio.
Based on this link https://blogs.msdn.microsoft.com/vcblog/2016/10/05/cmake-support-in-visual-studio/, It seems that Visual Studio knows what to do when finding a CMake file.
However when I build I get an error
"Cannot open include file: 'asio.hpp': No such file or directory C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CMakeLists.txt"
I also tried the steps on Website
> mkdir build
> cd build
> cmake .. <options>
But it says cmake is not recognized as a command
Can someone please help me figure it out ?
Because of that the ASIO library was missing.