I solved this problem. This is simple. When you trying to compiling sketch, program trying to find "IRremote" folder and add the library from there. But in the library folder there is not "IRremote" folder.
You just should find "Arduino-IRremote-master" folder in library folder and rename it to "IRremote"
And it will work.
Good luck!