<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: missing windows libs for C++ in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9451202#M12133</link>
    <description>Thanks for the I formation. If they could post the libs before the release is due that would be much welcome as I’m currently stuck!&lt;BR /&gt;&lt;BR /&gt;S.&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Apr 2020 17:09:07 GMT</pubDate>
    <dc:creator>meeloo</dc:creator>
    <dc:date>2020-04-17T17:09:07Z</dc:date>
    <item>
      <title>missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9447842#M12128</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm starting to port a simple C++ fusion script from the Mac to Windows. When I build visual studio complains that it can't link against core.lib and indeed, the lib folder on my PC is totally empty. The includes are fine and the C++ sources are built without error though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what could have gone wrong in my Fusion 360 installation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 13:47:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9447842#M12128</guid>
      <dc:creator>meeloo</dc:creator>
      <dc:date>2020-04-16T13:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9449055#M12129</link>
      <description>&lt;P&gt;I just tried to reinstall fusion (deinstall + install again after re downloading the installer) and it sadly didn't fix the problem. The&amp;nbsp;$(APPDATA)/Autodesk/Autodesk Fusion 360/API/CPP/include folder is ok, but&amp;nbsp;$(APPDATA)/Autodesk/Autodesk Fusion 360/API/CPP/lib is empty.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the mac the equivalent folder are correctly populated with the libs and I didn't have to do anything special.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 21:58:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9449055#M12129</guid>
      <dc:creator>meeloo</dc:creator>
      <dc:date>2020-04-16T21:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9449274#M12130</link>
      <description>&lt;P&gt;I have the same problem on my Windows machine.&amp;nbsp; I suspect it's an issue with the latest update because I successfully compiled a C++ program a few days ago but now it fails.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 00:14:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9449274#M12130</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2020-04-17T00:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9449670#M12131</link>
      <description>&lt;P&gt;Hi Brian and thanks for your confirmation that I'm not mad :-).&lt;/P&gt;&lt;P&gt;Do you know of a way to roll back to a previous version? Is it at all possible?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 06:44:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9449670#M12131</guid>
      <dc:creator>meeloo</dc:creator>
      <dc:date>2020-04-17T06:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9451144#M12132</link>
      <description>&lt;P&gt;It's not possible to go back.&amp;nbsp; I just got confirmation from an Autodesk developer that there was a change made in the installer that caused the .lib not to be installed.&amp;nbsp; They'll be fixing that but don't know yet when the fix will be out.&amp;nbsp; They might be able to provide the .lib files themselves as a workaround until then.&amp;nbsp; They'll post here with more news.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 16:38:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9451144#M12132</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2020-04-17T16:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9451202#M12133</link>
      <description>Thanks for the I formation. If they could post the libs before the release is due that would be much welcome as I’m currently stuck!&lt;BR /&gt;&lt;BR /&gt;S.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2020 17:09:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9451202#M12133</guid>
      <dc:creator>meeloo</dc:creator>
      <dc:date>2020-04-17T17:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9455542#M12134</link>
      <description>&lt;P&gt;PFA lib files for your reference. We will try to fix this problem ASAP. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 09:49:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9455542#M12134</guid>
      <dc:creator>goyals</dc:creator>
      <dc:date>2020-04-20T09:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9455562#M12135</link>
      <description>&lt;P&gt;Awesome! Thank you so much, I could build and test my plugin right away and it worked fine! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏🏻&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 09:59:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9455562#M12135</guid>
      <dc:creator>meeloo</dc:creator>
      <dc:date>2020-04-20T09:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9477402#M12136</link>
      <description>&lt;P&gt;I seem to be missing both the lib and include header files.&amp;nbsp; I've downloaded the libs above, how can i get the c++ include headers?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 17:50:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9477402#M12136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T17:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9479444#M12137</link>
      <description>&lt;P&gt;In last Fusion update, We fixed this problem. Are you still noticing it? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 11:22:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9479444#M12137</guid>
      <dc:creator>goyals</dc:creator>
      <dc:date>2020-04-29T11:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9480507#M12138</link>
      <description>&lt;P&gt;Sorry for confusing threads, I'm actually missing libs and headers on mac, not windows.&amp;nbsp; I've started a separate thread for the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've installed, un-installed, and re-installed the latest Fusion 360, and the lib and include folders are missing, so seems this is still an issue.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Until this is resolved, is it possible to get a zip with latest mac libs and headers?&amp;nbsp; As of now, I am blocked on my mac plugin development.&amp;nbsp; Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 17:56:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9480507#M12138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-29T17:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9482821#M12139</link>
      <description>&lt;P&gt;I am really surprised to hear it because this problem was never noticed on Mac and only impacted Windows. Just to keep you going, I attached the include and lib folder for Mac here.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 14:21:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9482821#M12139</guid>
      <dc:creator>goyals</dc:creator>
      <dc:date>2020-04-30T14:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: missing windows libs for C++</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9483181#M12140</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1639694"&gt;@goyals&lt;/a&gt;.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to close the thread,&amp;nbsp; it turns out that I was looking in the wrong place.&amp;nbsp; The path to the lib and include folder were specified incorrectly in the plugin that i was using as a template for my plugin, namely&amp;nbsp;&lt;SPAN&gt;$(USER_LIBRARY_DIR)/Containers/com.autodesk.mas.fusion360/Data/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, when i go to $(USER_LIBRARY_DIR)/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API, I can find all the files needed.&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Thank you again, appreciate the help!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 16:26:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/missing-windows-libs-for-c/m-p/9483181#M12140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-30T16:26:52Z</dc:date>
    </item>
  </channel>
</rss>

