Do you have multiple copies of Visual Studio installed? If so, set the GYP_MSVS_VERSION environment variable to "2013" and then run build\gyp_v8. Next, make sure that you are using the Visual Studio 2013 Developer Command Prompt and not PowerShell or an ordinary command prompt.
I hit these errors before but I have 2008, 2010, 2012, 2013, and 2015 installed and it was due to a conflict in the tools and versions. The build was picking up 2015 by default and not 2013. Are you building off of master or a specific tag or branch? Let me know if setting GYP_MSVS_VERSION and using the developer command prompt don't work and I'll try it out again on my Windows laptop. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
