I am trying to use Dev-C++ to create a simple Fltk application.
I have installed Fltk package downloaded from https://www.fltk.org/software.php (bz2 version 1.3.5) and installed in Dev-C++ using its own package manager. It installed without any error.
3 25 C:\Users\RN\Documents\main.cpp [Error] fltk/Window.h: No such file or directory
compilation terminated.
28 C:\Users\RN\Documents\Makefile.win recipe for target 'main.o' failed
I'd say "that's a big 10-4, good buddy" on compiling before using in other projects. I can't say for sure because I haven't used FLTK in quite some time. Back when I was using Dev-C++ when it was last released over four years ago.
Just me, personally, I'd consider using a newer compiler/IDE. Code::Blocks or Visual Studio, they are both free to use.
Most times when people are using FLTK is they are reading Stroustrup's C++ programming book.