Hi, I don&#39;t know what release of MSVC you use, but use Cmake to do the project file, it works fine for me for vc2008 express.<br>You can get a tutorial at <a href="http://www.geneome.net/index.php/tutorials/blender-tutorials/building-blender-with-msvc-using-cmake/">http://www.geneome.net/index.php/tutorials/blender-tutorials/building-blender-with-msvc-using-cmake/</a><br>
<br><div class="gmail_quote">2008/5/29 Early Ehlinger &lt;<a href="mailto:early@respower.com">early@respower.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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" target="_blank">http://www.opengl.org/resources/faq/technical/extensions.htm</a> and that seems to have gotten things going.<br>
<font color="#888888">
<br>-- Early<br>
</font><br>_______________________________________________<br>
Bf-committers mailing list<br>
<a href="mailto:Bf-committers@blender.org">Bf-committers@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-committers" target="_blank">http://lists.blender.org/mailman/listinfo/bf-committers</a><br>
<br></blockquote></div><br>