schpilkerman Posted November 5, 2019 Share Posted November 5, 2019 Hi there. Can you help me with my CMake problem? MS Visual 17 doesn't work(19 too), although I installed everything according to the instructions(OpenSSL, Boost, MYSQL, Git etc.) I've never seen "this" before Link to comment Share on other sites More sharing options...
wungasaurus Posted November 5, 2019 Share Posted November 5, 2019 Your cmake generator selection and your visual studio version do not match. Link to comment Share on other sites More sharing options...
schpilkerman Posted November 7, 2019 Author Share Posted November 7, 2019 On 11/5/2019 at 11:07 PM, wungasaurus said: Your cmake generator selection and your visual studio version do not match. Yes, it's true. But how can i fix it? I have already installed all the components in visual studio(for Cmake too), but there is no result. Although on Windows 7 at all with this problems not was and manual on Trinity me helped. upd.: Current OS Win 8.1 Link to comment Share on other sites More sharing options...
wungasaurus Posted November 7, 2019 Share Posted November 7, 2019 When you start configuring your project with cmake you’re prompted to select a generator. That generator needs to match your MSVS version. You probably should delete your build directory and reconfigure with the correct selection. This needs no changes on the MSVS side. Link to comment Share on other sites More sharing options...
TrinityCore compiling on win8.1
By schpilkermanin Serverside
Recommended Posts