<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Header Files in Zephir Project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77250/header-files-in-zephir-project</link><description>Hi 
 When I generate a Zephyr Project with SES I get all c-files from CMakeLists.txt in the SES Project tree. 
 But I want also the h-files in the project tree. 
 How can I add them? 
 Reason: search in solution or project (with SES) only search in files</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Sep 2021 08:10:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77250/header-files-in-zephir-project" /><item><title>RE: Header Files in Zephir Project</title><link>https://devzone.nordicsemi.com/thread/327541?ContentTypeID=1</link><pubDate>Wed, 01 Sep 2021 08:10:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0b88a7d-6603-4135-80fa-e41291ff74b1</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi Lukas,&lt;/p&gt;
&lt;p&gt;I do not think there is a generic way of including all the headers (needed and not needed) into the project. I normally have NCS SDK folder into my visual studio and can search everything there. But asking a project manager editor to index every header in a folder might be a different thing. Most likely you need to add all the header folders manually the was i mentioned in my previous reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Header Files in Zephir Project</title><link>https://devzone.nordicsemi.com/thread/327235?ContentTypeID=1</link><pubDate>Mon, 30 Aug 2021 13:21:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a85bbaf-18f3-44d5-ae17-cd2e77813037</guid><dc:creator>Lukas Kuhs</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/aryan"&gt;Susheel Nuguru&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;could You please look further into this issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Header Files in Zephir Project</title><link>https://devzone.nordicsemi.com/thread/324057?ContentTypeID=1</link><pubDate>Mon, 09 Aug 2021 14:40:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79de24b0-85d1-437b-98fe-bed640a9186c</guid><dc:creator>Lukas Kuhs</dc:creator><description>&lt;p&gt;I share this problem.&lt;/p&gt;
&lt;p&gt;Is there a possibility to include all existing header files into the project, so I&amp;#39;m able to search e.g. for &lt;span style="color:#000080;font-family:courier new, courier;"&gt;DK_ALL_LEDS_MSK&lt;/span&gt; and find the definition?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Header Files in Zephir Project</title><link>https://devzone.nordicsemi.com/thread/319301?ContentTypeID=1</link><pubDate>Fri, 09 Jul 2021 08:08:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa8df6ca-1707-4c16-9d2f-4581b0e38d81</guid><dc:creator>Canastra</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;It&amp;#39;s not a problem to find a header file in the build process.&lt;/p&gt;
&lt;p&gt;Build works find.&lt;/p&gt;
&lt;p&gt;Its a problem to find in files in the SES.&lt;/p&gt;
&lt;p&gt;SES only search in files listend in the soulution, project.&lt;/p&gt;
&lt;p&gt;When I generete a SES&amp;nbsp;solution no headerfile is in the project tree.&lt;/p&gt;
&lt;p&gt;I can&amp;#39;t add additional (header) files to the project tree.&lt;/p&gt;
&lt;p&gt;So SES does not&amp;nbsp;find a text in any header file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Header Files in Zephir Project</title><link>https://devzone.nordicsemi.com/thread/319274?ContentTypeID=1</link><pubDate>Fri, 09 Jul 2021 06:26:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:907513a2-8144-4b76-a7b4-967a1eb2dc1f</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Not sure if I understand your issue correctly but if the compiler is&amp;nbsp;having trouble finding the header files that you have included in your source files then you probably need to add these lines to your CMakeLists.txt file of your project to include the directory of your includes into the project&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;zephyr_library_include_directories(.)
zephyr_library_include_directories(PATH_TO_OTHER_INCLUDE_FILES)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>