Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Huge "build system path" (Read 1532 times)
Jaime Alemany
Newbies
*
Offline


Posts: 1
Joined: Mar 21st, 2019
Huge "build system path"
Mar 21st, 2019 at 12:47pm
Print Post  
Hello,

not sure if this is visualmicro specific, but has just happened in a new project.

If I try to open a "wrong" header file (right-clicking in the #include line, then open), I get a sound then this amazing message:





Can't help but wonder where this path comes from, and if it is affecting anything.

The header file, by the way, is in the "external dependencies" tree, I can open it from the solution explorer, but not found from the file.

Thanks.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12198
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Huge "build system path"
Reply #1 - Mar 21st, 2019 at 2:21pm
Print Post  
I am not sure there is an issue here? The include paths will try to auto discover all the sub folders it can below the esp core as it does with all cores. This is for intellisense purposes as the project paths and properties are not used for a real arduino build.

If it can't find something because you clicked the wrong location VS will show all the paths.

If you right click your task.h and click "Go To" document. Does it work correctly? 
Does the #include use "" or <>?
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint