<?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: developing an add-on on c++ in Installation &amp; update</title>
    <link>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/388077#M37184</link>
    <description>&lt;P&gt;here is a little step by step guide with visual studio:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;download the cmake template and the dev-kit from the links above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 start a empty visual studio:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_1-1689713823643.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40503iBF97DFF5DA05215D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_1-1689713823643.png" alt="JoelBuehler_1-1689713823643.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Go to Open &amp;gt; cmake&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_2-1689713870760.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40504iBBCD577654D44F39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_2-1689713870760.png" alt="JoelBuehler_2-1689713870760.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. choose your "CMakeLists.txt"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_3-1689713963928.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40505iC852D30407F4D2CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_3-1689713963928.png" alt="JoelBuehler_3-1689713963928.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. open the cmake file. if you want to run your plugin not only in the demo version you can add here your dev id and the loc id from your developer account&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_4-1689714059233.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40506i43D766B07AEB5B79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_4-1689714059233.png" alt="JoelBuehler_4-1689714059233.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Open the Powershell and check if the directory is right. you must be where your cmake file ist&lt;/P&gt;&lt;P&gt;this is sometimes for no reason wrong on my machine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_5-1689714191987.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40507i629F7823FCEB6345/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_5-1689714191987.png" alt="JoelBuehler_5-1689714191987.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. now comes the most unfun part. you need to get your cmake command right&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_6-1689714282970.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40508i5456B24051B5A4BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_6-1689714282970.png" alt="JoelBuehler_6-1689714282970.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;first part is the visual studio version. it has to be right. look at the pinned post when you work with visual studio 2022 and not 2019 waht you have to install&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-forum/Using-the-Development-Kit-with-Visual-Studio-2022/td-p/344684" target="_blank"&gt;https://community.graphisoft.com/t5/Developer-forum/Using-the-Development-Kit-with-Visual-Studio-2022/td-p/344684&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after that, its just where your dev kit is and which version it is&lt;/P&gt;&lt;P&gt;now youre ready to fire and you can press enter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;7. when evrything went right, you should see the message "Build Files have been written to:"xxxx"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_7-1689714521407.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40510iC0A9A2D475234163/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_7-1689714521407.png" alt="JoelBuehler_7-1689714521407.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8. now you can close visual studio and open the visual studio solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_8-1689714595825.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40511i6E2822BD37487DC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_8-1689714595825.png" alt="JoelBuehler_8-1689714595825.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;9. when your newly created visual studio is open you can test out if evrything worked. for that you can build a plugin. for that click on "Add-on" and then "build"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_9-1689714686846.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40512iDD02EF139B79BFCE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_9-1689714686846.png" alt="JoelBuehler_9-1689714686846.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10. In the output window visual studio should tell you that the build was succsessfull&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_10-1689714766572.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40513iC9D60B0644E60DFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_10-1689714766572.png" alt="JoelBuehler_10-1689714766572.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;11. Aaand here is the freshly created and ready to use Plugin-In&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_11-1689714806822.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40514i79D1A7F6A1C8DFEF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_11-1689714806822.png" alt="JoelBuehler_11-1689714806822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope that helps a little bit &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2023 21:13:42 GMT</pubDate>
    <dc:creator>Joel Buehler</dc:creator>
    <dc:date>2023-07-18T21:13:42Z</dc:date>
    <item>
      <title>developing an add-on on c++</title>
      <link>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/388005#M37182</link>
      <description>&lt;P&gt;Hey everyone!&lt;/P&gt;
&lt;P&gt;I want to write a simple add-on on c++. I've downloaded necessities stated in&amp;nbsp;&lt;A href="https://github.com/GRAPHISOFT/archicad-addon-cmake" target="_blank" rel="noopener"&gt;https://github.com/GRAPHISOFT/archicad-addon-cmake&lt;/A&gt;&amp;nbsp;and after going step-by-step through the docs I generated the c++ project, but it seems that I have some problems with including certain files like&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"APIEnvir.h"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"ACAPinc.h"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"ResourceIds.hpp"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"DGModule.hpp"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;** attaching file with problems below **&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Is there any github repos of an example add-on or any video material that can help me understand the c++ API?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Thanks in advance!&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-18 at 17.51.28.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/56802i2ECD2DCEF15DB581/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-07-18 at 17.51.28.png" alt="Screenshot 2023-07-18 at 17.51.28.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 13:11:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/388005#M37182</guid>
      <dc:creator>noriksaroyan</dc:creator>
      <dc:date>2024-07-10T13:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: developing an add-on on c++</title>
      <link>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/388061#M37183</link>
      <description>&lt;P&gt;hoho oh man, youre in for a ride! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; so buckle up, once you get a hang of it, you will love the endless possibilitys of the api &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to get your start right. that means you need the following very important downloads before you can start:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Dev Kit. You can get it here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/downloads/api-development-kit" target="_blank" rel="noopener"&gt;https://archicadapi.graphisoft.com/downloads/api-development-kit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;start with the archicad 26 version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Cmake ready Template:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/GRAPHISOFT/archicad-addon-cmake" target="_blank" rel="noopener"&gt;https://github.com/GRAPHISOFT/archicad-addon-cmake&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on the githup page there is a step-by-step guide how to get it running. best thing is if you know some cmake, makes it a lot easier to understand waht is going on. you allready did that but it did not work. im not to sure if vs code even works. the cmake template creates a visual studio solution, with the ending *.sln&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_0-1689713470373.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40501iC51E46842999AF74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_0-1689713470373.png" alt="JoelBuehler_0-1689713470373.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i cant see the sln in your folder. so i have to assume that the cmake command never worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i suggest you use visual studio.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;waht can help you very well to understand the api are the following steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. compile, read and understand all the examples you find in the dev kit&amp;nbsp;&lt;/P&gt;&lt;P&gt;they kinda suck, beacause they are so different in style and they are api testframework and example in one. but you learn a lot from those.&amp;nbsp;&lt;/P&gt;&lt;P&gt;you want do create some properties? boom, "Property_Test" shows you how its done.&lt;/P&gt;&lt;P&gt;the compiling part is very important, look how those examples work live in archicad.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. read the online documentation. go through the levels:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Level 1:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/documentation/api-white-paper#api_reference_chapterlevel1" target="_blank" rel="noopener"&gt;https://archicadapi.graphisoft.com/documentation/api-white-paper#api_reference_chapterlevel1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Level 2:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/documentation/api-white-paper#api_reference_chapterlevel2" target="_blank" rel="noopener"&gt;https://archicadapi.graphisoft.com/documentation/api-white-paper#api_reference_chapterlevel2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Level 3:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://archicadapi.graphisoft.com/documentation/api-white-paper#api_reference_chapterlevel3" target="_blank" rel="noopener"&gt;https://archicadapi.graphisoft.com/documentation/api-white-paper#api_reference_chapterlevel3&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you dont need to read evrything, just the concepts to understand how the api works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And last, and this is really the last resort. you can look in the offline help you downloaded in the dev kit. but that help is nicley said a catastrophe.&lt;/P&gt;&lt;P&gt;the descriptions are very unclear, cluttered and so on. the examples are way better to get your hands on the "how-to-do-things"&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 20:53:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/388061#M37183</guid>
      <dc:creator>Joel Buehler</dc:creator>
      <dc:date>2023-07-18T20:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: developing an add-on on c++</title>
      <link>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/388077#M37184</link>
      <description>&lt;P&gt;here is a little step by step guide with visual studio:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;download the cmake template and the dev-kit from the links above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 start a empty visual studio:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_1-1689713823643.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40503iBF97DFF5DA05215D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_1-1689713823643.png" alt="JoelBuehler_1-1689713823643.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Go to Open &amp;gt; cmake&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_2-1689713870760.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40504iBBCD577654D44F39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_2-1689713870760.png" alt="JoelBuehler_2-1689713870760.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. choose your "CMakeLists.txt"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_3-1689713963928.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40505iC852D30407F4D2CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_3-1689713963928.png" alt="JoelBuehler_3-1689713963928.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. open the cmake file. if you want to run your plugin not only in the demo version you can add here your dev id and the loc id from your developer account&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_4-1689714059233.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40506i43D766B07AEB5B79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_4-1689714059233.png" alt="JoelBuehler_4-1689714059233.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Open the Powershell and check if the directory is right. you must be where your cmake file ist&lt;/P&gt;&lt;P&gt;this is sometimes for no reason wrong on my machine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_5-1689714191987.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40507i629F7823FCEB6345/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_5-1689714191987.png" alt="JoelBuehler_5-1689714191987.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. now comes the most unfun part. you need to get your cmake command right&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_6-1689714282970.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40508i5456B24051B5A4BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_6-1689714282970.png" alt="JoelBuehler_6-1689714282970.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;first part is the visual studio version. it has to be right. look at the pinned post when you work with visual studio 2022 and not 2019 waht you have to install&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-forum/Using-the-Development-Kit-with-Visual-Studio-2022/td-p/344684" target="_blank"&gt;https://community.graphisoft.com/t5/Developer-forum/Using-the-Development-Kit-with-Visual-Studio-2022/td-p/344684&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after that, its just where your dev kit is and which version it is&lt;/P&gt;&lt;P&gt;now youre ready to fire and you can press enter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;7. when evrything went right, you should see the message "Build Files have been written to:"xxxx"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_7-1689714521407.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40510iC0A9A2D475234163/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_7-1689714521407.png" alt="JoelBuehler_7-1689714521407.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8. now you can close visual studio and open the visual studio solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_8-1689714595825.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40511i6E2822BD37487DC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_8-1689714595825.png" alt="JoelBuehler_8-1689714595825.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;9. when your newly created visual studio is open you can test out if evrything worked. for that you can build a plugin. for that click on "Add-on" and then "build"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_9-1689714686846.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40512iDD02EF139B79BFCE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_9-1689714686846.png" alt="JoelBuehler_9-1689714686846.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10. In the output window visual studio should tell you that the build was succsessfull&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_10-1689714766572.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40513iC9D60B0644E60DFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_10-1689714766572.png" alt="JoelBuehler_10-1689714766572.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;11. Aaand here is the freshly created and ready to use Plugin-In&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoelBuehler_11-1689714806822.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/40514i79D1A7F6A1C8DFEF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoelBuehler_11-1689714806822.png" alt="JoelBuehler_11-1689714806822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope that helps a little bit &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 21:13:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/388077#M37184</guid>
      <dc:creator>Joel Buehler</dc:creator>
      <dc:date>2023-07-18T21:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: developing an add-on on c++</title>
      <link>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/392815#M37185</link>
      <description>&lt;P&gt;Hey, Joel. Thanks for the information.&lt;/P&gt;&lt;P&gt;I've read the whole thread and got pretty good understanding of how it should be and yes, probably, I got something wrong with cmake.&amp;nbsp; I'm using macOS so using visual studio for this one is pretty much impossible. Is there any information for macOS users(yep, I know that using macOS isn't the brightest idea of them all, haha)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 10:04:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/392815#M37185</guid>
      <dc:creator>noriksaroyan</dc:creator>
      <dc:date>2023-07-20T10:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: developing an add-on on c++</title>
      <link>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/392824#M37186</link>
      <description>&lt;P&gt;after i wrote my post i thought: waht if he's a mac user? &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;im sorry i cant help to far with XCode on a Mac. it is my understanding that you also need the dev kit. And the cmake create command also needs to be perfect. it could help if you show your cmake error messages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;furhtermore about developing on mac: im not to sure if this a bad idea, since most of archicad users i know are using a mac. so to be able to create and test a plugin in a&amp;nbsp;&lt;SPAN&gt;environment&lt;/SPAN&gt; that comes very close to the real deal isn't a bad idea at all. im thinking about to get a mac or at least a virtual machine to test my plugins on a mac.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 11:24:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/392824#M37186</guid>
      <dc:creator>Joel Buehler</dc:creator>
      <dc:date>2023-07-20T11:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: developing an add-on on c++</title>
      <link>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/392839#M37187</link>
      <description>&lt;P&gt;Well, the good news is I found a windows pc and now I can do this one on windows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mac is convenient for many things, but since microsoft are so stubborn and dont want to share anything with macOS users, we have to improvise to survive haha.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help, ill try to implement everything above on my end. If anything goes south, I'll just return to this thread))&lt;/P&gt;&lt;P&gt;Have a great one!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 12:59:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/392839#M37187</guid>
      <dc:creator>noriksaroyan</dc:creator>
      <dc:date>2023-07-20T12:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: developing an add-on on c++</title>
      <link>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/395678#M37188</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Joel Buehler&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;In step 6, I got error like this. " Failed to detect Archicad version, please check the value of the AC_API_DEVKIT_DIR variable."&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Can you help me fix it?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thank you&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-08-22_15-34-12.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/44790iA2B290CAD711912E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-08-22_15-34-12.png" alt="2023-08-22_15-34-12.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;A class="" href="https://community.graphisoft.com/t5/Documentation/developing-an-add-on-on-c/m-p/388077#" target="_blank" rel="noopener"&gt;PREVIEW&lt;/A&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Aug 2023 08:38:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/395678#M37188</guid>
      <dc:creator>Tran Thanh Lo</dc:creator>
      <dc:date>2023-08-22T08:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: developing an add-on on c++</title>
      <link>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/395814#M37189</link>
      <description>&lt;P&gt;hehey tranthanhlo, i think its just a error in the directory link. i just built an add-on and i had to add "\Support" to the directory uri.&amp;nbsp;&lt;/P&gt;&lt;P&gt;should look something like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;""C:\Program Files\API Development KIT 26.3000\Support"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does it work with an "Support"?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 05:47:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Installation-update/developing-an-add-on-on-c/m-p/395814#M37189</guid>
      <dc:creator>Joel Buehler</dc:creator>
      <dc:date>2023-08-23T05:47:35Z</dc:date>
    </item>
  </channel>
</rss>

