Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a C++ VS2010 solution that also has .glsl shader files (I use Visual Studio and the NShader syntax highlighter to edit them).
However, in my VS2010's "Error List" window are permanently listed up 100 errors related to these .glsl files (the most frequent error being "IntelliSense: cannot open source file xxx.glsl" - due to an #include in my .glsl file.

How can I tell IntelliSense to ignore files with this extension (since it cannot process them) ?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.