I'm using Visual Studio 2013, and i need to do a example project with msnodesql, I  installed node-gyp globally, then i tried to configure the node-gyp using node-gyp configure command, it executed successfully, but when i tried to build the node-gyp using node-gyp build. It shows me so many errors. 
I also updated MSVSVersion.py as suggested in this link but no use.
I get several errors like error C4430: missing type specifier - int assumed. Note: C++ does not support default-int  OdbcOperation.h.
error C2819: type 'mssql::OdbcOperation' does not have an overloaded member 'operator -> OdbcOperation.cpp' 
Could any one help me with this? Thanks.