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 Visual Micro can't see my library (Read 2065 times)
Radek
Newbies
*
Offline


Posts: 5
Joined: Dec 1st, 2015
Visual Micro can't see my library
Dec 2nd, 2015 at 1:04pm
Print Post  
I am trying to include Adafruit_NeoPixel.h in my Project.ino file like this:

#include <Adafruit_NeoPixel.h>

but I am getting fatal error: Adafruit_NeoPixel.h: No such file or directory

Compiler works however on my second machine where I had Adafruit_NeoPixel library installed prior to Visual Micro.

I will uninstall Visual Micro and install it again to see if this is indeed that problem.
---
Ok, so uninstalling Visual Micro solved the issue. If not this try also removing VS solution files (*.suo, *.vcxproj, *.sln) and restore it from *.ino.

Radek
PS. But it would sound bad if you need to reinstall Visual Micro in order to add a new library. Something is pretty messed, maybe some cached settings?

« Last Edit: Dec 2nd, 2015 at 8:52pm by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual Micro can't see my library
Reply #1 - Dec 2nd, 2015 at 8:54pm
Print Post  
Hi,

I have created a new thread for you because the other discussion was about libraries included from other libraries.

Your report suggests that Visual Micro simply can't find the Adafruit_NeoPixel library. 

There is no need to reinstall anything it won't help.

1)
Can you please confirm what path (if any) you have entered in the optional "sketchbook location" in the Ide location locations window?

2)
If you see the Adafruit_NeoPixel library in the user library list?

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