Here is the errors:
Severity Code Description Project File Line Suppression State
Error C2323 'operator new': non-member operator new or delete functions may not be declared static or in a namespace other than the global namespace D3DX11Effects C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Samples\C++\Effects11\Inc\d3dxGlobal.h 667
Severity Code Description Project File Line Suppression State
Error C2323 'operator delete': non-member operator new or delete functions may not be declared static or in a namespace other than the global namespace D3DX11Effects C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Samples\C++\Effects11\Inc\d3dxGlobal.h 673
total 14 errors in DEBUG mode, they are all Error C2323 'operator new or delete' and 28 same errors in RELEASE mode.