This isn&#39;t a big deal, although it did set me back a little bit trying to figure out what I had done wrong in getting Blender to build from the 2.46 tarball.<br><br>In the 2.46 tarball, the MSVC project file for the &quot;extern solution&quot; doesn&#39;t list anything other than &quot;solid&quot; and &quot;verse&quot; as dependencies.<br>
<br>As a result, I got this while building Blender, even after going through the extern and intern builds:<br><br>------ Build started: Project: PHY_Bullet, Configuration: Blender Release Win32 ------<br><br>Compiling...<br>
CcdPhysicsEnvironment.cpp<br>p:\3rdparty\blender\2.46\blender-2.46\source\gameengine\Physics\Bullet\CcdPhysicsEnvironment.h(22) : fatal error C1083: Cannot open include file: &#39;LinearMath/btVector3.h&#39;: No such file or directory<br>
CcdPhysicsController.cpp<br>p:\3rdparty\blender\2.46\blender-2.46\source\gameengine\Physics\Bullet\CcdPhysicsController.h(24) : fatal error C1083: Cannot open include file: &#39;btBulletDynamicsCommon.h&#39;: No such file or directory<br>
<br>Build log was saved at &quot;file://p:\3rdparty\blender\2.46\build\msvc_7\source\gameengine\physics\bullet\BuildLog.htm&quot;<br>PHY_Bullet - 2 error(s), 0 warning(s)<br><br>As well as a few other similar errors.<br><br>
As a workaround, I opened up the extern solution, added everything as a dependency for build-install-all, and rebuilt it.<br><br>Also, GL\glext.h is apparently required, but my copy of MSVC doesn&#39;t come with it.&nbsp; I downloaded the version from <a href="http://www.opengl.org/resources/faq/technical/extensions.htm">http://www.opengl.org/resources/faq/technical/extensions.htm</a> and that seems to have gotten things going.<br>
<br>-- Early<br>