#include <mapix.h> missing Visual Studio 2012
visual-studio, visual-studio-2012
Solution
It is not part of the Windows SDK, it is available as a separate download.
Problem
Hi I recently installed Visual Studio 2012 and converting one of my projects that uses the header files: ``` #include <mapi.h> #include <mapix.h> #include <mapiutil.h> ``` I see the new include directory is at `C:\Program Files (x86)\Windows Kits\8.0\Include\um` but it only has the mapi.h header file not the other two and I am getting the error cannot open file. Anyone any ideas? Thanks