How can I build RDKits C# Wrappers — Visual Studio 2019 x64
问题 I have followed the steps described here: https://github.com/bp-kelley/rdkit-csharp to try and create RDKits C# Wrappers. git clone https://github.com/bp-kelley/rdkit-csharp.git git clone https://github.com/rdkit/rdkit.git cd rdkit-csharp build.bat While trying running the build.bat I've run into an error to do with creating named generators (among many others) and I'm not sure how to sort it out. The build.bat references Visual Studio 14 and Visual Studio 14 Win64 I have tried to update this