Looking at the pre-requisites for IBM MQ V8 and V9, I can see that while Microsoft Visual Studio 2013 is supported for IBM MQ at those versions, it is only supported for the C API and not for C++ classes. The C++ classes require you to use Microsoft Vidsual Studio 2012. (C++ binary compatibility is picky which is why there are MS VS 2005 - imqb23vn.lib - and MS VS 2012 - imqb23vnvs2012.dll - versions of them).
The pre-requisite report has a "Supported Software section", and within that a table for "Compilers and Languages" which shows that MS VS 2013 is not supported for building MQ C++ applications.
Start with the links below, click on Windows, then when the report is created, go to the sections I mentioned above.
It is very common for people who want to write C++ applications to actually use the C API rather than the C++ classes. It is supported to call the C API from a C++ application. You might want to consider this. There are many benefits. It's much more flexible than the C++ classes API for MQ and also the C++ classes API has been stabilised whereas the C API will continue to be developed.
Cheers
Morag