Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

#include <mapix.h> missing Visual Studio 2012

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

like image 587
Natalie Carr Avatar asked Dec 07 '12 14:12

Natalie Carr


1 Answers

It is not part of the Windows SDK, it is available as a separate download.

like image 188
Hans Passant Avatar answered Nov 04 '22 02:11

Hans Passant