Help with fltk

Hello,
I'm studying language by the Stroustrup book PPP,
and meet with the problem, I can't install ftlk on VisualStudio2017 :(
I have made the all as say Stroustrup but it didn't work.
When I build the fltk on VS, it throw me 79 mistake from the 79 impossible.
And the first mistake was:

2>c:\users\stani\downloads\fltk-1.3.4-1\jpeg\jinclude.h(39): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
2>jcapistd.c

When I put the 'stdlib.h' file in the necessary directory this mistake disappeared this mistake and leave 79 another error

1>c:\users\stani\downloads\fltk-1.3.4-1\zlib\zconf.h(430): fatal error C1083: Cannot open include file: 'sys/types.h': No such file or directory
1>compress.c

As I understand I must put fltk in the correct directory.
But how do I do it?
Topic archived. No new replies allowed.