the iostream.h did exist in the directory, but i can't include it
i use vc6
please help me
Code:
// aaa.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include "iostream.h"
int main(int argc, char* argv[])
{
	printf("Hello World!\n");
	return 0;
}
Deleting intermediate files and output files for project 'aaa - Win32 Debug'.
--------------------Configuration: aaa - Win32 Debug--------------------
Compiling...
StdAfx.cpp
Compiling...
aaa.cpp
c:\vc6.0_mini\microsoft visual studio\vc98\include\iostream.h(52) : fatal error C1083: Cannot open include file: 'ios.h': No such file or directory
Error executing cl.exe.

aaa.exe - 1 error(s), 0 warning(s)