H5py for Maya 2016

Hi. I’m going to need the h5py module but I can’t find any pre built binaries compiled with VS2012 (Maya 2016 uses this version to compile plugins so I guess I need it also).
Does anyone of you have a pre-built binary for this?

Ok. I’ve managed to do it using pretty much the same technique as I’ve described in this post:

You have to keep in mind one thing though:
if you’re having an error from the linker “Cannot open input file h5py_hdf5.lib” make sure you rename your libhdf5.lib and libhdf5_hl.lib to h5py_hdf5.lib and h5py_hdf5_hl.lib(this will link the hdf5.lib static)