Visual Studio 2010 – C++ project – remove *.sdf file

I would like to know if I can safely delete the sdf file that stores information for Visual Studios Intellisense – is it going to be rebuilt the next time that I open the solution? Do I lose anything by doing so? Is it possible to break the solution this way? The motivation to do … Read more

Intellisense and code suggestion not working in Visual Studio 2012 Ultimate RC

I have just downloaded and installed Visual Studio 2012 Ultimate RC, but I’m having an issue with the intellisense: it does not work until I press Ctrl+Space. Code suggestions are disabled also (method parameters for example). I think the problem is with the VS installation, because at the end of the process the following message … Read more

Visual Studio displaying errors even if projects build

I have a problem with Visual Studio on a C# solution. It displays totally random errors, but the projects build. Right now, I have 33 files with errors, and I can see red squiggly lines in all of them. I tried cleaning / rebuilding the solution, closing Visual Studio and even restarting my computer. I … Read more