Make window app fail Cocos 3.4.2

Hi all, I have problem when build window app, here are setup and environment:
Window 10 Pro 21H1 (Run on Macbook Pro 2018 install bootcamp)
Cocos Dashboard 1.2.0
Cocos Creator 3.4.2 and 3.5.0
Visual studio 2022 community with those module:

  • Desktop development with C++
  • Game development with C++ ( Not check cocos component)
    Visual studio install by Visual studio installer, but some how when build for window, it missing Path and lib for visual studio and window Kit. I have to add manual in Environment those:

C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\Hostx64\x86
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\lib\x86
C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x86
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.20348.0\um\x86
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.20348.0\ucrt\x86

After that it can build success but still can’t make window app. Also, build project seem empty only have some config and cmake file. Here are log when build and make fail, can some one help me with this, thank you!

BuildLog.zip (237.3 KB)

Try to install Visual Studio 2017/2019 Community Edition

Thank you, Try with 2019 version and it work now, maybe 2022 not ready yet.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.