hello,

I am using Visual Studio 2005. When I write come C++ code (using iostream header) I get this error when compiling

c:\users\jan\documents\visual studio 2005\projects\lesso\lesso\main.cpp(1) : fatal error C1083: Cannot open include file: 'ioestream': No such file or directory


What should I do?

Recommended Answers

All 3 Replies

Spelling mistake.
The correct one should be iostream

Member Avatar for GreenDay2001

hello,

I am using Visual Studio 2005. When I write come C++ code (using iostream header) I get this error when compiling

c:\users\jan\documents\visual studio 2005\projects\lesso\lesso\main.cpp(1) : fatal error C1083: Cannot open include file: 'ioestream': No such file or directory


What should I do?

Are you sure that you have wriiten #include <iostream> not ioestream as the error shows.

oh I am so sorry...it is a typing error...I think I should buy new glasses

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.