<?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>Cannot Open Source File VSCode NRF Connect SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85374/cannot-open-source-file-vscode-nrf-connect-sdk</link><description>I am using VSCode and the NRF Connect SDK 
 
 I can build and flash my device however i keep getting cannot open source file for all my includes, i also cannot navigate to definition of any code that is internal to Zephyr or NRF 
 
 
 
 every page i have</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 Mar 2022 01:53:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85374/cannot-open-source-file-vscode-nrf-connect-sdk" /><item><title>RE: Cannot Open Source File VSCode NRF Connect SDK</title><link>https://devzone.nordicsemi.com/thread/355925?ContentTypeID=1</link><pubDate>Thu, 03 Mar 2022 01:53:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a9f3b42-8012-410a-aa77-5f3f7f63e2cf</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Problem sort of solved.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I had to add&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;quot;configurationProvider&amp;quot;&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;&amp;quot;nrf-connect&amp;quot;&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;to my c_cpp_properties.json under .vscode directory&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="json"&gt;{
    &amp;quot;configurations&amp;quot;: [
        {
            &amp;quot;name&amp;quot;: &amp;quot;Win32&amp;quot;,
            &amp;quot;includePath&amp;quot;: [
                &amp;quot;${workspaceFolder}/**&amp;quot;,
                &amp;quot;C:/nordic/v1.7.1/toolchain/opt/arm-none-eabi/include&amp;quot;
            ],
            &amp;quot;defines&amp;quot;: [
                &amp;quot;_DEBUG&amp;quot;,
                &amp;quot;UNICODE&amp;quot;,
                &amp;quot;_UNICODE&amp;quot;
            ],
            &amp;quot;windowsSdkVersion&amp;quot;: &amp;quot;10.0.19041.0&amp;quot;,
            &amp;quot;compilerPath&amp;quot;: &amp;quot;C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe&amp;quot;,
            &amp;quot;cStandard&amp;quot;: &amp;quot;c17&amp;quot;,
            &amp;quot;cppStandard&amp;quot;: &amp;quot;c++17&amp;quot;,
            &amp;quot;intelliSenseMode&amp;quot;: &amp;quot;windows-msvc-x64&amp;quot;,
            &amp;quot;configurationProvider&amp;quot;: &amp;quot;nrf-connect&amp;quot;,
            &amp;quot;compileCommands&amp;quot;: &amp;quot;${workspaceFolder}/build/compile_commands.json&amp;quot;
        }
    ],
    &amp;quot;version&amp;quot;: 4
}&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>