<p>I think that we should leave this open until it's fixed, since it's a pretty big issue if you can't use mlpack after installation.  I took a look and I think Marcus's comments are right: the <code>#include &lt;mlpack_export.h&gt;</code> calls should all be changed to <code>#include &lt;mlpack/mlpack_export.h&gt;</code>.  But there's one more piece too:</p>

<p>In <code>src/mlpack/CMakeLists.txt</code>, there is a line that adds an include directory for mlpack_export.h (I think it's very near the top); if we change all the #includes, then this line is no longer necessary, so we should remove that too.</p>

<p><a href="https://github.com/xantares" class="user-mention">@xantares</a> may have more comments on this, since he wrote the <code>mlpack_export.h</code> code (in <a href="https://github.com/mlpack/mlpack/pull/622" class="issue-link js-issue-link" data-url="https://github.com/mlpack/mlpack/issues/622" data-id="148764057" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#622</a>).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/633#issuecomment-216242259">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFCmUZ8yS1EPQs9puyfERgD6Xn1U8ks5p9gJSgaJpZM4ITevn.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/633#issuecomment-216242259"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>