Software Archive
Read-only legacy content
17061 Discussions

IntelliSense errors while using the Cilk Plus

Alexander_D_1
New Contributor I
484 Views

Hi,

I am very new to 'Cilk Plus'.

I installed Intel Parallel Studio XE 2017 (Update 4) with VS 2013 and trying to understand 'Cilk' samples.

Samples was successfully running. However there are many 'IntelliSense' errors (see image below).

Editor highlights this errors and it are disturbing me.

0 Kudos
1 Solution
Alexander_D_1
New Contributor I
484 Views

I found solution, seemingly.

It needs disable the intellisense error reports: 

 Tools -> Option -> Text Editor -> C/C++ -> Advanced -> IntelliSence -> Disable Error Reporting

(https://social.msdn.microsoft.com/Forums/vstudio/en-US/ec110d6f-b3fd-40e3-9a73-6dc3e9cf1b9f/show-intellisense-errors-function-in-error-list?forum=vcgeneral)

View solution in original post

0 Kudos
1 Reply
Alexander_D_1
New Contributor I
485 Views

I found solution, seemingly.

It needs disable the intellisense error reports: 

 Tools -> Option -> Text Editor -> C/C++ -> Advanced -> IntelliSence -> Disable Error Reporting

(https://social.msdn.microsoft.com/Forums/vstudio/en-US/ec110d6f-b3fd-40e3-9a73-6dc3e9cf1b9f/show-intellisense-errors-function-in-error-list?forum=vcgeneral)

0 Kudos
Reply