c# - Visual Studio throws error when I make a using directive for a project I referenced in my solution -


my solution (this vs2010 express) contains 3 projects. 1 main project uses xna, second called myextendedcontentprocessor, , third blank class file identical when add new project (even called classlibrary1). main project can reference classlibrary1 if add reference, if add reference myextendedcontentprocessor, can add using directive, when build

error 1 type or namespace name 'triangleprocessorextension' not found (are missing using directive or assembly reference?)

and after intellisense no longer see namespace inside myextendedcontentprocessor. i'm not sure why acting way. way, if comment out of myextendedcontentprocessor, still not let me add reference it.

any appreciated.

edit: (taken comment) also, not sure if related or not, i'm unable change output path. can change it, doesn't change files being copied to, , if restart visual studio, build path same before changed (even though pressed save)


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -