Hi hab heut mal angefangen mit programieren unter c++ , ahb vorher mit delphi gecoded ,nun hab ich ein problem: hab das standardmäßige hallo world programm geschrieben und nun gibts aber nach dem compilen keine exe und der compilelog sagt folgendes:
Creating temporary file "c:\Selbstprogramierte programme\C++ Programme\ü\ü\Debug\RSP00001E32122484.rsp" with contents
[
/Od /D "
WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "
UNICODE" /Gm /EHsc /RTC1 /MDd /Yu"stdafx.h" /Fp"Debug\ü.pch" /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /
TP ".\ü.cpp"
]
Creating command line "cl.exe @"c:\Selbstprogramierte programme\C++ Programme\ü\ü\Debug\RSP00001E32122484.rsp" /nologo /errorReport:prompt"
Output Window
Compiling...
ü.cpp
c:\selbstprogramierte programme\c++ programme\ü\ü\ü.cpp(4) : fatal error C1083: Cannot open precompiled header file: 'Debug\ü.pch': No such file or directory
Results
Build log was saved at "file://c:\Selbstprogramierte programme\C++ Programme\ü\ü\Debug\BuildLog.htm"
ü - 1 error(s), 0 warning(s)
Was muss ich also tun?
Vielen dank im voraus.
Gruß Devilstriker