Difference between revisions of "VisualStudio2010"
From aHuman Wiki
(Automated page entry using MWPush.pl) |
(Automated page entry using MWPush.pl) |
||
Line 11: | Line 11: | ||
* use "Include in project" to include files, existing in filesystem | * use "Include in project" to include files, existing in filesystem | ||
* avoid seeing temp files: in Tools -> Options -> Text Editor -> C/C++ -> Advanced: | * avoid seeing temp files: in Tools -> Options -> Text Editor -> C/C++ -> Advanced: | ||
− | + | ** set Disable External Dependencies Folder to True | |
− | + | ** set Always Use Follback Location to True |
Revision as of 10:51, 16 June 2015
Visual Studio 2010 Express Edition Setup
@@Home -> DevelopmentEnvironment -> VisualStudio2010
Visual Features
- install [Studio 2010 C++ Express Edition] and register it (it is free)
- install [Studio SP1] to fix several IDE bugs
- ensure "Show All Files" button is turned on - see [[1]] for details
- use "Include in project" to include files, existing in filesystem
- avoid seeing temp files: in Tools -> Options -> Text Editor -> C/C++ -> Advanced:
- set Disable External Dependencies Folder to True
- set Always Use Follback Location to True