Hey I got some problem with my scripts..
For example this code line worked few months ago and now it doesn't.

PHP Code:
template <typename ... Tsvoid Com_Printf(const charfmtTs ... ts); 
Give me this error:

PHP Code:
Ferror C2061SyntaxfehlerBezeichner 'Ts' 
I'm using Visual Studio 2012 for Windows Desktop. And I get more errors that never happened before. Example:

PHP Code:
error C2143SyntaxfehlerEs fehlt ',' vor '...' 
Same Line

Anyone knows the reason?

Thanks in advance