I'm not sure if this was the correct forum to post in, please let me know and I will fix this.

I recently upgraded to Visual Studio 2015 from Visual Studio 2013. I quickly noticed that IntelliSense was not showing me any methods from certain classes, nor any controls on other forms. I did not have this issue in 2013.

I created a new project, and setup a few forms with methods. I can view the methods from other forms, but not any controls on them with visual studio reporting that, for example:

Code:
TestProject.TestForm.Button1 is not accessible in this context because it is 'Private'.
I have never had this before, the form is declared Public and within the same project. I am having this issue with every project I try to open or create, and have never had this issue in 2013. Is there a setting I have to change to fix this?

Also, indentation seems to be messed up in 2015 as well, the editor isn't properly formatting snippets and inserting the proper amount of tabs.