Cocos new MyGame -p -l cpp Not generate file vcxproj. cocos v4

hello help me when I create a project with the command cocos new MyGame -p -l cpp this does not generate the .vcxproj files,
how can i open that project in visual studio 2017

You need to run CMake after cocos new.

something like:

cmake .. -G "Visual Studio 16 2019" -Tv142 -A Win32

Is this the right way?

sure, it seems.

thanks for help me!!

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