<?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>Building Coap Client project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90061/building-coap-client-project</link><description>Hi, I have just started evaluating nRF52840 using the dongle and Development Kit. I have successfully tested the Openthread network using CLI project. Now I want to try out Soap client and server projects. But when I try to build Soap client, I get 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 16 Jul 2022 23:14:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90061/building-coap-client-project" /><item><title>RE: Building Soap Client project</title><link>https://devzone.nordicsemi.com/thread/377284?ContentTypeID=1</link><pubDate>Sat, 16 Jul 2022 23:14:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a42037b5-a8b1-4dc0-aa09-e098a349214c</guid><dc:creator>kaushalyasat</dc:creator><description>&lt;p&gt;I think I can answer for this myself, in case someone else comes this way.&lt;/p&gt;
&lt;p&gt;Initially I looked at how the include file paths are specified in the nRF Connect SDK toolchain. I found this is managed through Cmake and specified in&amp;nbsp;&lt;span&gt;target_include_directories&lt;/span&gt;&lt;span&gt;(...)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So when I looked at the Cmake.txt in the Coap client, I saw&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;target_include_directories&lt;/span&gt;&lt;span&gt;(app PUBLIC ../coap_server/interface)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This gives the answer that we need Coap server in the same folder level as Coap client.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So I created Coap Server project in the same location as my Coap client project and the problem was solved.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Cheers,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;kaushalyasat&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>