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
Hot Topic (More than 8 Replies) Intellisense Errors (Read 9485 times)
jeremy l
Newbies
*
Offline


Posts: 8
Joined: Dec 30th, 2014
Intellisense Errors
Dec 30th, 2014 at 10:26pm
Print Post  
I am getting numerous intellisense errors for things like
byte
process
console...

Any advice?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense Errors
Reply #1 - Dec 30th, 2014 at 10:29pm
Print Post  
Are process and console valid Arduino identifiers?

Which Ide and arduino version are you using?

Which Ide are you using?

Thanks
  
Back to top
IP Logged
 
jeremy l
Newbies
*
Offline


Posts: 8
Joined: Dec 30th, 2014
Re: Intellisense Errors
Reply #2 - Dec 30th, 2014 at 10:40pm
Print Post  
Thanks for your reply.  I am using Arduino Yun and 1.5 that I downloaded from teh Arduino web site.
  
Back to top
 
IP Logged
 
jeremy l
Newbies
*
Offline


Posts: 8
Joined: Dec 30th, 2014
Re: Intellisense Errors
Reply #3 - Dec 30th, 2014 at 10:41pm
Print Post  
Also, Visual Micro IDE - VS 2013
  
Back to top
 
IP Logged
 
jeremy l
Newbies
*
Offline


Posts: 8
Joined: Dec 30th, 2014
Re: Intellisense Errors
Reply #4 - Dec 30th, 2014 at 10:42pm
Print Post  
INtellisene cannot open source file Bridge.h
identifer process is undef
Console is undef
Delay is undef
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense Errors
Reply #5 - Dec 30th, 2014 at 10:50pm
Print Post  
Oh okay that makes sense except it is Console.

It sounds like vm isn't managing the project.

Does compile work?


  
Back to top
IP Logged
 
jeremy l
Newbies
*
Offline


Posts: 8
Joined: Dec 30th, 2014
Re: Intellisense Errors
Reply #6 - Dec 30th, 2014 at 10:54pm
Print Post  
WHen I click Build it says, Unable to locate configuration data for this hardware. Please confirm you are using the correct ide (.exe) location


How do I fix this?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense Errors
Reply #7 - Dec 30th, 2014 at 11:00pm
Print Post  
Sounds like you are not setup correctly

Let's start with the basics.

Do you have a list of boards on the tool bar? 
Is the Yun listed?
On the tool bar to the left of the boards list, what is the name of the "ide"? arduino 1.0.x or arduino 1.5.x?

Thanks
  
Back to top
IP Logged
 
jeremy l
Newbies
*
Offline


Posts: 8
Joined: Dec 30th, 2014
Re: Intellisense Errors
Reply #8 - Dec 30th, 2014 at 11:08pm
Print Post  
The Yun is listed with Com 5 and the IP .
Arduino 1.5x is listed
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense Errors
Reply #9 - Dec 30th, 2014 at 11:10pm
Print Post  
Please switch the board to a different once such as the Uno and then switch back to the Yun.

Does that fix the intellisense errors?
  
Back to top
IP Logged
 
jeremy l
Newbies
*
Offline


Posts: 8
Joined: Dec 30th, 2014
Re: Intellisense Errors
Reply #10 - Dec 30th, 2014 at 11:20pm
Print Post  
I must have something weird going on, because I plugged the Uno, opened the file, instead of a project and the intellisense errors are gone. 

On that same note, since it is a file, it won't let me compile now.   

I went to File - New project and I do not see anything to create a new sketch
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense Errors
Reply #11 - Dec 31st, 2014 at 12:04am
Print Post  
Hi,

Okay you should use visual micro to create a new sketch or open an existing sketch so that the right kind of c++ project is configured automatically for you. It also ensures the rules are followed for an arduino project (sketch.ino and folder name must match, plus for vm we make sure the project name also matches)

If you have a "File>New Project" menu then you selected a simpler UI layout for Visual Studio than we normally see. Normally we have a "New" sub menu on the "File" menu. It is on the "New" menu that Visual Micro places the "New Sketch Project" menu item just below the "New Project" menu item.

You can either add the visual micro menu items yourself via using "tools>customise>commands" 

or 

Switch to the full Visual Studuio menu system via "tools>import/export settings". In the import/export window click "import selected". Then click "Next" until you see the list of layouts that appear when you first installed Visual Studio. The "General" layout is a good one.
  
Back to top
IP Logged
 
jeremy l
Newbies
*
Offline


Posts: 8
Joined: Dec 30th, 2014
Re: Intellisense Errors
Reply #12 - Dec 31st, 2014 at 3:40am
Print Post  
I followed your steps and created a new project.  I'm getting the same errors though.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Intellisense Errors
Reply #13 - Dec 31st, 2014 at 2:55pm
Print Post  
Can you please show a screen shot of the ide with the project open

Thanks
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint