Describe the bug | Bug描述
严重性 代码 说明 项目 文件 行 禁止显示状态
错误 C1083 无法打开预编译头文件: “Jolt/Jolt.pch”: No such file or directory F:\code\Vs2022\Piccolo-main\out\build\x64-Debug\Piccolo-main F:\code\Vs2022\Piccolo-main\engine\3rdparty\JoltPhysics\Jolt\Physics\Collision\Shape\CylinderShape.cpp 4
Steps to reproduce | 如何复现
Steps to reproduce the behavior:
- 下载main.zip后进行解压,然后不使用cmake,用vs2022直接打开文件夹为main。
- 找到
F:\code\Vs2022\Piccolo-main\engine\source\editor\source\main.cpp设置为启动项目。
- 点击启动,会提示上面错误。
Additional context | 补充信息
Add any other context about the problem here.
是否可以如同前面Piccolo-games104-homework01-build不用cmake,直接可以运行呢
Describe the bug | Bug描述
Steps to reproduce | 如何复现
Steps to reproduce the behavior:
F:\code\Vs2022\Piccolo-main\engine\source\editor\source\main.cpp设置为启动项目。Additional context | 补充信息
Add any other context about the problem here.
是否可以如同前面
Piccolo-games104-homework01-build不用cmake,直接可以运行呢