<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Probleme beim Einstellen von VC++ Express]]></title><description><![CDATA[<p>Ich habe Visual C++ Express installiert, dazu die Windows SDK und alle<br />
Einstellungen vorgenommen wie in der Anleitung <a href="http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/" rel="nofollow">http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/</a><br />
angegeben, also vor allem die Pfade für die Bin, Include usw. der Windows SDK in VC++ eingestellt.</p>
<p>Wenn ich jetzt aber eine Windows Anwendung compilieren will kommt eine Fehlermeldung<br />
die sagt dass die include Datei &quot;windows.h&quot; nicht gefunden wurde. Den Fehler hatten schon<br />
einige Leute aber da lags immer daran dass sie die Windows SDK nicht installiert hatten,<br />
oder die Einstellungen nicht vorgenommen haben. Ich hab aber beides gemacht (schon<br />
mehrere male) und krieg es einfach nicht zum Laufen.<br />
Die Windows.h Datei ist übrigens in dem Include Verzeichnis dass ich in VC++ eingestellt hab auch wirklich drin (es muss wohl also eine falsche Version der Datei sein).</p>
<p>Welche Windows SDK muss man denn downloaden?<br />
Ich hab die &quot;Windows Server 2003 SP1 Platform SDK&quot; runtergeladen. In irgendeinem<br />
Posting schrieb dann jemand was von einer &quot;Platform Core SDK&quot;, die kann ich aber auch<br />
nach langem Suchen auf der Microsoft Seite nicht finden (auch nichts ähnliches).</p>
<p>Hat irgendjemand eine Idee was ich noch machen könnt?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/161127/probleme-beim-einstellen-von-vc-express</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 00:09:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/161127.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Oct 2006 17:16:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Tue, 03 Oct 2006 17:16:08 GMT]]></title><description><![CDATA[<p>Ich habe Visual C++ Express installiert, dazu die Windows SDK und alle<br />
Einstellungen vorgenommen wie in der Anleitung <a href="http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/" rel="nofollow">http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/</a><br />
angegeben, also vor allem die Pfade für die Bin, Include usw. der Windows SDK in VC++ eingestellt.</p>
<p>Wenn ich jetzt aber eine Windows Anwendung compilieren will kommt eine Fehlermeldung<br />
die sagt dass die include Datei &quot;windows.h&quot; nicht gefunden wurde. Den Fehler hatten schon<br />
einige Leute aber da lags immer daran dass sie die Windows SDK nicht installiert hatten,<br />
oder die Einstellungen nicht vorgenommen haben. Ich hab aber beides gemacht (schon<br />
mehrere male) und krieg es einfach nicht zum Laufen.<br />
Die Windows.h Datei ist übrigens in dem Include Verzeichnis dass ich in VC++ eingestellt hab auch wirklich drin (es muss wohl also eine falsche Version der Datei sein).</p>
<p>Welche Windows SDK muss man denn downloaden?<br />
Ich hab die &quot;Windows Server 2003 SP1 Platform SDK&quot; runtergeladen. In irgendeinem<br />
Posting schrieb dann jemand was von einer &quot;Platform Core SDK&quot;, die kann ich aber auch<br />
nach langem Suchen auf der Microsoft Seite nicht finden (auch nichts ähnliches).</p>
<p>Hat irgendjemand eine Idee was ich noch machen könnt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148787</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148787</guid><dc:creator><![CDATA[Humm]]></dc:creator><pubDate>Tue, 03 Oct 2006 17:16:08 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Tue, 03 Oct 2006 17:40:04 GMT]]></title><description><![CDATA[<p>Hast schon das richtige SDK runter geladen.</p>
<p>Wie wird denn windows.h inkludiert? In spitzen Klammern oder in Anführungsstriche (letzteres wäre falsch).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148797</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148797</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Tue, 03 Oct 2006 17:40:04 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Tue, 03 Oct 2006 18:02:49 GMT]]></title><description><![CDATA[<p>Es war grundsätzlich in dem Anwendugsskelett dass einem VC++ für eine Windowsanwendung aufbaut keins von beidem includiert, nur die Projekt-Include Datei und &lt;stdafx.h&gt;. Ich dachte bei einer von den beiden ist wiederrum Windows.h dabei, aber auch wenn ich Windows.h selber includiere (mit oder ohne &lt;&gt; oder &quot;&quot;) funktioniert es nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148814</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148814</guid><dc:creator><![CDATA[Humm]]></dc:creator><pubDate>Tue, 03 Oct 2006 18:02:49 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Tue, 03 Oct 2006 18:55:42 GMT]]></title><description><![CDATA[<p>Wenn der Compiler eine Datei nicht finden kann, dann kann es mit sicherheit nicht an der Datei liegen, weil sonst könnte er sie ja finden. Ein &lt;&gt; oder &quot;&quot; spielt in dem Fall auch keine Rolle, da die windows.h ja nicht im Projektverzeichnis liegt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148854</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148854</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Tue, 03 Oct 2006 18:55:42 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Tue, 03 Oct 2006 19:06:03 GMT]]></title><description><![CDATA[<p>Hm mir fällt sonst einfach nichts mehr ein, hab die SDK jetzt so oft neu installiert und die Pfade immer wieder eingegeben <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148859</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148859</guid><dc:creator><![CDATA[Humm]]></dc:creator><pubDate>Tue, 03 Oct 2006 19:06:03 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Tue, 03 Oct 2006 19:14:18 GMT]]></title><description><![CDATA[<p>Mir fällt auch nichts ein... Du brauchst das PSDK nicht dauerd neu zu installieren... er muss zuerst mal die windows.h finden... Hast Du vielleicht ein x64 OS?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148866</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148866</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Tue, 03 Oct 2006 19:14:18 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Tue, 03 Oct 2006 20:36:55 GMT]]></title><description><![CDATA[<p>Nope das wars leider auch nicht.</p>
<p>Das gibt der Debugger aus:</p>
<p>------ Build started: Project: TestProjekt1, Configuration: Debug Win32 ------<br />
Compiling...<br />
stdafx.cpp<br />
c:\dokumente und einstellungen\jj\eigene dateien\visual studio 2005\projects\testprojekt1\testprojekt1\stdafx.h(28) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory<br />
Build log was saved at &quot;file://c:\Dokumente und Einstellungen\jj\Eigene Dateien\Visual Studio 2005\Projects\TestProjekt1\TestProjekt1\Debug\BuildLog.htm&quot;<br />
TestProjekt1 - 1 error(s), 0 warning(s)<br />
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========</p>
<p>Und bei dem Anwendungsgerüst waren diese Datein includiert:<br />
#include &quot;stdafx.h&quot;<br />
#include &quot;TestProjekt1.h&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148898</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148898</guid><dc:creator><![CDATA[Humm]]></dc:creator><pubDate>Tue, 03 Oct 2006 20:36:55 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Tue, 03 Oct 2006 20:42:53 GMT]]></title><description><![CDATA[<p>Zeig uns bitte mal testprojekt1\stdafx.h.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148900</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148900</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Tue, 03 Oct 2006 20:42:53 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Tue, 03 Oct 2006 20:58:16 GMT]]></title><description><![CDATA[<p>Das ist der Inhalt der Datei:</p>
<p>// stdafx.h : include file for standard system include files,<br />
// or project specific include files that are used frequently, but<br />
// are changed infrequently<br />
//</p>
<p>#pragma once</p>
<p>// Modify the following defines if you have to target a platform prior to the ones specified below.<br />
// Refer to MSDN for the latest info on corresponding values for different platforms.<br />
#ifndef WINVER // Allow use of features specific to Windows XP or later.<br />
#define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows.<br />
#endif</p>
<p>#ifndef _WIN32_WINNT // Allow use of features specific to Windows XP or later.<br />
#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target other versions of Windows.<br />
#endif</p>
<p>#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.<br />
#define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.<br />
#endif</p>
<p>#ifndef _WIN32_IE // Allow use of features specific to IE 6.0 or later.<br />
#define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE.<br />
#endif</p>
<p>#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers<br />
// Windows Header Files:<br />
#include &lt;windows.h&gt;</p>
<p>// C RunTime Header Files<br />
#include &lt;stdlib.h&gt;<br />
#include &lt;malloc.h&gt;<br />
#include &lt;memory.h&gt;<br />
#include &lt;tchar.h&gt;</p>
<p>// TODO: reference additional headers your program requires here</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148909</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148909</guid><dc:creator><![CDATA[Humm]]></dc:creator><pubDate>Tue, 03 Oct 2006 20:58:16 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Tue, 03 Oct 2006 21:03:34 GMT]]></title><description><![CDATA[<p>Hmm mal eine ganz blöde Frage:<br />
Ich hab in dem Testprojekt einfach mal #include &quot;stdafx.h&quot; auskommentriert und selbst include &lt;windows.h&gt; eingefügt.</p>
<p>Da kommt dann aber die selbe Meldung dass in stdafx.h die Datei windows.h nicht includiert werden kann. Wie kann denn das sein, wenn in dem Projekt nirgends mehr stdafix vorkommt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148911</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148911</guid><dc:creator><![CDATA[Humm]]></dc:creator><pubDate>Tue, 03 Oct 2006 21:03:34 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Wed, 04 Oct 2006 05:40:12 GMT]]></title><description><![CDATA[<p>IMHO liegt es mit 100%iger Wahrscheinlichkeit an den Pfadeinstellungen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148967</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148967</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Wed, 04 Oct 2006 05:40:12 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme beim Einstellen von VC++ Express on Wed, 04 Oct 2006 06:26:58 GMT]]></title><description><![CDATA[<p>Jop, wie man 10mal den Pfad an der falschen Stelle eingeben kann wird wohl ewig ein Rätsel bleiben ;/</p>
<p>Vielen Dank für die Hilfe btw <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1148981</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1148981</guid><dc:creator><![CDATA[Humm]]></dc:creator><pubDate>Wed, 04 Oct 2006 06:26:58 GMT</pubDate></item></channel></rss>