- Nov 30, 2000
- 3,371
- 0
- 76
I've been trying to get a compiler working for a friend of mine.
I've tried SharpDevelopment and MS Visual C++ 6.0
When attempting to compile and execute a "Hello World" program, but give me cl.exe errors.
Here is the message from Visual C++:
--------------------Configuration: Hello World - Win32 Debug--------------------
Compiling...
Hello World.cpp
d:\program files\microsoft visual studio\myprojects\hello world\hello world.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/Hello World.pch': No such file or directory
Error executing cl.exe.
Hello World.obj - 1 error(s), 0 warning(s)
In #Development, it says that it is unable to find cl.exe and when I search my computer, I cannot find a file named cl.exe.
I'm running WinXP SP1.
Any ideas?
I've tried SharpDevelopment and MS Visual C++ 6.0
When attempting to compile and execute a "Hello World" program, but give me cl.exe errors.
Here is the message from Visual C++:
--------------------Configuration: Hello World - Win32 Debug--------------------
Compiling...
Hello World.cpp
d:\program files\microsoft visual studio\myprojects\hello world\hello world.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug/Hello World.pch': No such file or directory
Error executing cl.exe.
Hello World.obj - 1 error(s), 0 warning(s)
In #Development, it says that it is unable to find cl.exe and when I search my computer, I cannot find a file named cl.exe.
I'm running WinXP SP1.
Any ideas?