问题遇到的现象和发生背景
VS Code中编辑C++ 报错
添加 头文件 #include <curses.h>
报错

问题相关代码,请勿粘贴截图
c_cpp_properties.json
中配置一直是这个
"compilerPath": "D:\Tools\mingw64\bin\g++.exe",
https://github.com/taylorconor/tinytetris
代码是GitHub上的开源俄罗斯方块
运行结果及报错内容
fatal error: curses.h: No such file or directory
我的解答思路和尝试过的方法
各种搜不到
我想要达到的结果
不报错能运行