I see from the paths that you are using bioformats-cpp 5.1.8. You might want to try
http://downloads.openmicroscopy.org/ome ... cpp/0.1.1/ instead -- this is the current version after the project was split into separate components, and there will be a 0.2.0 release coming out very soon.
I can't see anything specifically wrong at the lines showing the errors. It's likely in the BOOST_NOEXCEPT_IF and/or BOOST_NOEXCEPT_EXPR macros. I wouldn't expect these to be problematic unless there was something significantly different between the compiler used to compile boost and the one you are using, or if there are #defines set which stop these macros working properly. In the first instance, I'd suggest downloading one of the newer builds for OME Files C++ 0.1.1 and retesting with that. If it's still causing problems, we can look at things in more detail.
Just to double-check, you're definitely using the VC12/Visual Studio 2013 compiler with Qt Creator, and not mingw64-gcc or a different VC version? When you retry with ome-files 0.1.1, please could you paste the full output so we can see the command-line used to invoke the compiler?
Regards,
Roger Leigh