Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Unresolved inclusion glad.h
Unresolved inclusion glad.h [message #1824233] Fri, 10 April 2020 13:16
Joseph Henry is currently offline Joseph HenryFriend
Messages: 1
Registered: April 2020
Junior Member
Hi there,

I am on Ubuntu 19.10 with Eclipse for C/C++ (2019-09 R (4.13.0)) and I am trying to include a file called glad.h.

I just added the include folder in the project properties and this is what it looks like :
index.php/fa/37792/0/

index.php/fa/37793/0/

Now this is my main.cpp program :

#include <iostream>
#include <glad/glad.h>
#include <GLFW/glfw3.h>

using namespace std;

int main(int argc, char **argv) {
	cout << "Hello world!";

	return 0;
}


But it remains unresolved include. I tried to do Project > C/C++ Index > Rebuild, Freshen all files but it stills doesn't work. (it works with glfw3.h...)

Do you have any idea?
Previous Topic:Does source -> override methods... work?
Next Topic:Member declaration not found - size_t as a return value
Goto Forum:
  


Current Time: Thu Apr 18 06:23:55 GMT 2024

Powered by FUDForum. Page generated in 0.02554 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top