<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>katze_7514</author_name>
  <author_url>https://blog.hatena.ne.jp/katze_7514/</author_url>
  <blog_title>GameProgrammar's Night</blog_title>
  <blog_url>https://katze.hatenablog.jp/</blog_url>
  <categories>
    <anon>VisualStudio</anon>
    <anon>C++</anon>
  </categories>
  <description>プリコンパイル対象ヘッダを全ソース共通ヘッダとして使わない 横着な自分はプリコンパイル対象ヘッダを全ソース共通ヘッダとして使っていたのですが、プリコンパイル対象ヘッダはIntelliSenseの解析対象外のようです。 なので、共通ヘッダは別に作って、共通ヘッダをプリコンパイル対象ヘッダでincludeするという方法にします。 // 共通ヘッダ common.h #include &lt;windows.h&gt; #include &lt;d3d9.h&gt; を書いて、common.h をどっかのソースファイルでincludeすれば、IntelliSense対象になります。 一方、プリコンパイル対象ヘッダは共通ヘッ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkatze.hatenablog.jp%2Fentry%2F2013%2F06%2F16%2F173248&quot; title=&quot;VS2012のIntelliSenseを確実に効かす方法 - GameProgrammar&amp;#39;s Night&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-06-16 17:32:48</published>
  <title>VS2012のIntelliSenseを確実に効かす方法</title>
  <type>rich</type>
  <url>https://katze.hatenablog.jp/entry/2013/06/16/173248</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
