Make : fatal error: 'new' file not found

Oh, that’s may be a problem.

$ clang++  hello.cpp 
hello.cpp:1:10: fatal error: 'iostream' file not found
#include <iostream>
         ^
1 error generated.

What can cause this? I launched setup.sh and it inslatted a lot of dependencies but problem is still there =(