In Visual Studio 2005 I went in:
View --> Property Pages --> C/C++ --> Code Generation --> Enable Enhanced Instruction Set
But in Visual Studio 200
If you are using inline assembler __asm { .... } you don't need to enable it.
__asm { .... }
But if you enable SSE you have to be careful. It may be that the code is slower than normal FPU code.