<?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 AC25 API and missing files in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-and-missing-files/m-p/324934#M1914</link>
    <description>&lt;P&gt;Win10, AC25&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am starting to prepare our in house add-ons for AC25.&amp;nbsp; I am using VS 2019 with toolset v142.&amp;nbsp; I have adjusted my configuration to VS2019 to compensate for &lt;STRONG&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-forum/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220622" target="_self"&gt;THIS&lt;/A&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My process, in the past, has been to copy the folder of the previous version [23, for example] to a folder for the new version [24, for example].&amp;nbsp; I then make targeted edits to the *.vcxproj file for the add-on.&amp;nbsp; Then build a release x64 version of the .apx file.&amp;nbsp; This worked like a charm for 23 to 24.&amp;nbsp; However, my efforts for 24 to 25 are failing due to missing header files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output from the attempted build is:&lt;BR /&gt;Build started...&lt;BR /&gt;&lt;EM&gt;1&amp;gt;------ Build started: Project: JHP_Audit, Configuration: Release x64 ------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;Compiling the localized GRC file...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;JHP_Audit.grc&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;RINT\JHP_Audit.grc : fatal error C1083: Cannot open include file: 'C:\Program Files\GRAPHISOFT\API Development Kit 25.3002\Support\Inc\utf8header.h': No such file or directory&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;Compiling the non-localized GRC file...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;JHP_AuditFix.grc&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;RFIX\JHP_AuditFix.grc : fatal error C1083: Cannot open include file: 'C:\Program Files\GRAPHISOFT\API Development Kit 25.3002\Support\Inc\utf8header.h': No such file or directory&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the missing files [so far]:&lt;BR /&gt;utf8header.h&lt;/P&gt;&lt;P&gt;rs.hpp [EDIT:&amp;nbsp; added an include directory]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found &lt;A href="https://community.graphisoft.com/t5/Developer-forum/Upgrading-the-project-to-API-25/m-p/286392" target="_self"&gt;1 post&lt;/A&gt; that refers to utf8header.h no longer included with the SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure I understand a work around for the missing utf8header.h file.&lt;/P&gt;&lt;P&gt;Is the solution to this an edit to code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A configuration of VS2019?&lt;/P&gt;&lt;P&gt;I should mention that I recently had to rebuild my Windows profile...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A point in the right direction would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks - chris&lt;/P&gt;</description>
    <pubDate>Tue, 14 Dec 2021 23:49:36 GMT</pubDate>
    <dc:creator>MudratDetector</dc:creator>
    <dc:date>2021-12-14T23:49:36Z</dc:date>
    <item>
      <title>AC25 API and missing files</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-and-missing-files/m-p/324934#M1914</link>
      <description>&lt;P&gt;Win10, AC25&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am starting to prepare our in house add-ons for AC25.&amp;nbsp; I am using VS 2019 with toolset v142.&amp;nbsp; I have adjusted my configuration to VS2019 to compensate for &lt;STRONG&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-forum/AC25-API-Compile-Error-ParameterPackTraits-hpp/m-p/220622" target="_self"&gt;THIS&lt;/A&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My process, in the past, has been to copy the folder of the previous version [23, for example] to a folder for the new version [24, for example].&amp;nbsp; I then make targeted edits to the *.vcxproj file for the add-on.&amp;nbsp; Then build a release x64 version of the .apx file.&amp;nbsp; This worked like a charm for 23 to 24.&amp;nbsp; However, my efforts for 24 to 25 are failing due to missing header files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output from the attempted build is:&lt;BR /&gt;Build started...&lt;BR /&gt;&lt;EM&gt;1&amp;gt;------ Build started: Project: JHP_Audit, Configuration: Release x64 ------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;Compiling the localized GRC file...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;JHP_Audit.grc&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;RINT\JHP_Audit.grc : fatal error C1083: Cannot open include file: 'C:\Program Files\GRAPHISOFT\API Development Kit 25.3002\Support\Inc\utf8header.h': No such file or directory&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;Compiling the non-localized GRC file...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;JHP_AuditFix.grc&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;1&amp;gt;RFIX\JHP_AuditFix.grc : fatal error C1083: Cannot open include file: 'C:\Program Files\GRAPHISOFT\API Development Kit 25.3002\Support\Inc\utf8header.h': No such file or directory&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the missing files [so far]:&lt;BR /&gt;utf8header.h&lt;/P&gt;&lt;P&gt;rs.hpp [EDIT:&amp;nbsp; added an include directory]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found &lt;A href="https://community.graphisoft.com/t5/Developer-forum/Upgrading-the-project-to-API-25/m-p/286392" target="_self"&gt;1 post&lt;/A&gt; that refers to utf8header.h no longer included with the SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure I understand a work around for the missing utf8header.h file.&lt;/P&gt;&lt;P&gt;Is the solution to this an edit to code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A configuration of VS2019?&lt;/P&gt;&lt;P&gt;I should mention that I recently had to rebuild my Windows profile...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A point in the right direction would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks - chris&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 23:49:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-and-missing-files/m-p/324934#M1914</guid>
      <dc:creator>MudratDetector</dc:creator>
      <dc:date>2021-12-14T23:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: AC25 API and missing files</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-and-missing-files/m-p/327098#M1915</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The secret lies in the parametrization of the &lt;EM&gt;Custom build step&lt;/EM&gt; for your .grc file. Please replace&lt;/P&gt;
&lt;BLOCKQUOTE&gt;/FI"..\..\Support\Inc\utf8header.h"&lt;/BLOCKQUOTE&gt;
&lt;P&gt;with&lt;/P&gt;
&lt;BLOCKQUOTE&gt;/utf-8&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 16:52:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-and-missing-files/m-p/327098#M1915</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2022-01-13T16:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: AC25 API and missing files</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-and-missing-files/m-p/327121#M1916</link>
      <description>&lt;P&gt;Many, many thanks to you Akos!&amp;nbsp; Conversion of 24 Add-Ins to 25 Add-Ins is being much more cooperative now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- chris&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 21:57:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/AC25-API-and-missing-files/m-p/327121#M1916</guid>
      <dc:creator>MudratDetector</dc:creator>
      <dc:date>2022-01-13T21:57:41Z</dc:date>
    </item>
  </channel>
</rss>

