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 After install of VisualMicro VS2015 can't find libraries (Read 3257 times)
Derks2
Newbies
*
Offline


Posts: 2
Joined: Jan 16th, 2016
After install of VisualMicro VS2015 can't find libraries
Jan 16th, 2016 at 2:44pm
Print Post  
I installed the VisualMicro addition to Visual Studio 2015. When I opened my ino file, the includes for UTFT and UTouch indicate that they could not be found. I also get screen errors on uint8_t and any other uint??_t type.
If I compile it passes, but the IDE shows a list or errors on the Error tab.
I use this same environment at work with thesame files and I don't have these problem there.

What do I need to do to solve this problem?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12198
Location: United Kingdom
Joined: Apr 10th, 2010
Re: After install of VisualMicro VS2015 can't find libraries
Reply #1 - Jan 16th, 2016 at 2:48pm
Print Post  
Hi,

It will help to have info about which board you are using? Which arduino ide? If you have downloaded customer core which url. Urls for libraries you mention. Simple sketch example so i can test same.

Thanks
  
Back to top
IP Logged
 
Derks2
Newbies
*
Offline


Posts: 2
Joined: Jan 16th, 2016
Re: After install of VisualMicro VS2015 can't find libraries
Reply #2 - Jan 16th, 2016 at 6:51pm
Print Post  
It wasn't finding any of the header files.
I tried something to see if it would work.  I destroyed my solution and recreated it from scratch. Now VS is working correctly.
Thank you for your help.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12198
Location: United Kingdom
Joined: Apr 10th, 2010
Re: After install of VisualMicro VS2015 can't find libraries
Reply #3 - Jan 16th, 2016 at 6:57pm
Print Post  
Ok thanks for the update.

One rule is that a project must be in a folder with the same name and that it must contain a .ino of the same name. Otherwise visual micro won't activate and ensure the "include paths" are correct.

Hope that was it.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint