peter1591 / hearthstone-ai

A Hearthstone AI based on Monte Carlo tree search and neural nets written in modern C++.
302 stars 49 forks source link

I can't follow Installation process #93

Open ssapo opened 6 years ago

ssapo commented 6 years ago

I tried the installation, but during the build process, there was a compile error related to the build configuration and I could not run it.

I use visual studio 2017 c++

chetjan commented 6 years ago

What is the exact version of Visual Studio you have installed? (Help -> About Microsoft Visual Studio). I believe the latest preview (https://www.visualstudio.com/en-us/news/releasenotes/vs2017-preview-relnotes) is needed due to the C++ 17 features. Also, have you enabled /bigobj? (https://technet.microsoft.com/en-us/library/ms173499(v=vs.90).aspx/html)

ssapo commented 6 years ago

I will check in a few hours. thank you