yourWaifu / sleepy-discord

C++ library for the Discord chat client. Please use Rust for new bots
https://yourWaifu.github.io/sleepy-discord/
MIT License
708 stars 93 forks source link

Cmake error: Error in configuration process, project files may be invalid #231

Closed ToniIsmaili closed 3 years ago

ToniIsmaili commented 3 years ago

I followed all the steps here https://yourwaifu.dev/sleepy-discord/docs/ but then get an error when the "CMake Graphical User Interface" part comes and can't find any solutions anywhere. Capture

yourWaifu commented 3 years ago

Please send the error message that's in the output window. That error message is useless, it pops up whenever there's an error but it'll never tell you want the error is.

ToniIsmaili commented 3 years ago

Fixed the problem, installing OpenSSL with VCPKG caused the problem (probably had to change path or smth) but I just went and got the OpenSSL installer from https://slproweb.com/products/Win32OpenSSL.html and that fixed it. Thanks for the response :)