【发布时间】:2021-09-01 04:33:03
【问题描述】:
我正在尝试包括
#include<GLFW/glfw3.h>
在 OpenGL 中创建一个窗口,但出现此错误,Error (active) E1696 cannot open source file "GLFW/glfw3.h" OpenGL E:\OpenGL\src\Application.cpp 1
我试过了 this 解决方案,但我仍然遇到同样的问题。
【问题讨论】:
标签: c++ visual-studio visual-studio-2019 glfw