microsoft / node-uwp

Enables Universal Windows Platform (UWP) API access for Node.js (Chakra build) on Windows 10.
MIT License
152 stars 26 forks source link

"Undeclared identifier" error when building with Visual Studio 2015 #31

Open hendricson opened 7 years ago

hendricson commented 7 years ago

Hello,

I'm on Windows 10.0.15063 and when I try to rebuild the module with the following command:

node-gyp rebuild -- msvs_version=2015

I'm getting a bunch of "Undeclared identifier" errors in win_delay_load_hook.cc:

uwp

Any help would be greatly appreciated.

Thanks, Anton