Closed
Description
Released last week: https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes#16.10.0
This affects GitHub actions as they updated today: actions/runner-images#3452
Run ./vcbuild.bat
Looking for Python
Python found in C:\hostedtoolcache\windows\Python\3.9.5\x64\\python.exe
Looking for NASM
Looking for Visual Studio 2019
calling: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\\Auxiliary\Build\vcvarsall.bat" amd64
**********************************************************************
** Visual Studio 2019 Developer Command Prompt v16.10.0
** Copyright (c) 2021 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x64'
Found MSVS version 16.0
configure --dest-cpu=x64
Node.js configure: Found Python 3.9.5...
Warning: Missing input files:
D:\a\node\node\tools\msvs\genfiles\node_etw_provider.rc
D:\a\node\node\tools\msvs\genfiles\node_etw_provider.h
INFO: configure completed successfully
Project files generated.
D:\a\node\node\deps\histogram\histogram.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\node_etw.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\deps\uvwasi\uvwasi.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\tools\v8_gypfiles\v8_libplatform.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\deps\zlib\zlib.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\deps\llhttp\llhttp.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\deps\cares\cares.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\deps\uv\libuv.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\deps\nghttp2\nghttp2.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\deps\brotli\brotli.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\deps\openssl\openssl.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\deps\ngtcp2\ngtcp2.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\deps\ngtcp2\nghttp3.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\tools\icu\icu_implementation.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\tools\icu\icu_uconfig.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\tools\icu\icu_uconfig_target.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\tools\v8_gypfiles\cppgc_base.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\tools\v8_gypfiles\v8_libsampler.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\tools\v8_gypfiles\v8_version.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\tools\v8_gypfiles\v8_cppgc_shared.vcxproj : error MSB4057: The target "node" does not exist in the project.
D:\a\node\node\tools\v8_gypfiles\v8_zlib.vcxproj : error MSB4057: The target "node" does not exist in the project.
/cc @nodejs/platform-windows
Activity