cocos2d-x icon indicating copy to clipboard operation
cocos2d-x copied to clipboard

Fix build fail when using Visual Studio 2019 to build win32

Open trinhtuanvu opened this issue 5 years ago • 0 comments

Steps:

  • Create new project with "cocos new" command
  • Open project in Visual Studio 2019, it creates the default x64-Debug configuration
  • Create x86-Debug configuration
  • Build fails with errors: C1083: Cannot open precompiled header file: 'precheader.pch': No such file or directory

trinhtuanvu avatar Mar 27 '20 13:03 trinhtuanvu