Building couchbase-lite-core on Windows

You need to compile all of your components with the same c++ runtime library variant. This kind of thing happens when you mix default debug and release builds for example since one will link with the debug runtime and the other with the release runtime.