<?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[Building R23 SDK with Visual Studio 16.9]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">There's a know issue about compiling the R23 sdk with Visual Studio 16.9.<br />
Trying to compile with this version will lead you to the following error:</p>
<pre><code>Error C2079 'maxon::ResultBase&lt;RESULT_TYPE&gt;::_value' uses undefined class 'maxon::BlendAnimationRef' math.framework &lt;path to the file&gt; 571
</code></pre>
<p dir="auto">This issue will be fixed in the next update.<br />
To fix the issue, open the file objectbase.h of core.framework and change those lines :</p>
<p dir="auto">around line 1088:</p>
<pre><code>// template &lt;typename I, typename = I*&gt; struct VirtualCreate
// become 
template &lt;typename I, typename = I*(*)()&gt; struct VirtualCreate

</code></pre>
<p dir="auto">around line 1102:</p>
<pre><code>// template &lt;typename I&gt; struct VirtualCreate&lt;I, decltype(I::Create())&gt;
// become 
template &lt;typename I&gt; struct VirtualCreate&lt;I, decltype(&amp;I::Create)&gt;
</code></pre>
<p dir="auto">Cheers,<br />
Manuel</p>
]]></description><link>http://developers.maxon.net/forum/topic/13249/building-r23-sdk-with-visual-studio-16-9</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 08:58:33 GMT</lastBuildDate><atom:link href="http://developers.maxon.net/forum/topic/13249.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Mar 2021 09:02:57 GMT</pubDate><ttl>60</ttl></channel></rss>