Author Topic: Codeblocks can't find the .h files  (Read 3763 times)

OpenTTD

  • Guest
Codeblocks can't find the .h files
« on: September 02, 2021, 01:10:58 am »
Seems the Codeblocks IDE can't find the header files i got, is there a place to specify where they can be found when compiling?

Downloaded them from here:
http://win-builds.org/doku.php/download_and_installation_from_windows
Thinking it is what is called Mingw-w64
https://www.mingw-w64.org/downloads/

Then i guess it is supposed to be included in Codeblocks IDE, might have dome something to cause this myself.

Newbie error i guess, trying to learn what little C++ i learned 20 years ago.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Codeblocks can't find the .h files
« Reply #1 on: September 02, 2021, 09:06:47 am »
Do you have a project? If you have a project there is the Project -> Build options -> Search directories -> Compiler.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]