I learn C++ and COM through the books.
In the IDE MS Visual Studio 2012 I have created new empty C++ project, and added some existing files to it. My CPP file contains #include<iostream> row, but in editor I got such messages:
Error: identifier "cout" is undefined
end
Error: identifier "endl" is undefined
Screen:

Why it happens?