NODE JS: How to change include path?

I have a problem that when i want to compile a package, that its looking for the wrong version.

Here is a picture where its all explained -> http://puu.sh/az4Yp/95f544a7fb.png

C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\intrin.h(26): fa
tal error C1083: Datei (Include) kann nicht geöffnet werden: "ammintrin.h": No
such file or directory

But i need this: Change to folder 11.0!

C:\Program Files (x86)\Microsoft Visual Studio **11.0**\VC\include\intrin.h(26): fa
tal error C1083: Datei (Include) kann nicht geöffnet werden: "ammintrin.h": No
such file or directory

Also here is the whole log: http://pastebin.com/bgQBrWp2

Thanks for any help!