I downloaded and installed the trial of Parallel Studio XE 2015 for Windows, and tried to use it to compile a Visual Studio 2013 solution. This solution contains about 50 vc++ projects. Some use MFC, others are test projects. I started by right clicking the solution in the Solution Explorer, and selecting Intel Compiler -> Use Intel C++. I didn't want to use the Intel Compiler for the test projects, so I set them back to use VC++ by right clicking on the project, selecting Intel Compiler -> Use Visual C++. There are a few other production projects where I did this as well.
Now, the projects that use the Visual C++ compiler cannot build. The linker comes back with the error "LNK1104: cannot open file 'libmmd.lib'. I went to the Input section of the Linker under Project Properties in order to remove libmmd.lib from "Additional Dependencies", but it's not there. Projects the use the Intel compiler can build just fine.